> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Navigator GetNavigatorCompaniesRequest

# <a id="SuperOffice_WebApi_Data_Navigator_GetNavigatorCompaniesRequest" /> Class Navigator\_GetNavigatorCompaniesRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Navigator_GetNavigatorCompaniesRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Navigator\_GetNavigatorCompaniesRequest](SuperOffice.WebApi.Data.Navigator_GetNavigatorCompaniesRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Navigator_GetNavigatorCompaniesRequest__ctor" /> Navigator\_GetNavigatorCompaniesRequest()

```csharp theme={null}
public Navigator_GetNavigatorCompaniesRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Navigator_GetNavigatorCompaniesRequest_Name" /> Name

```csharp theme={null}
public string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Agents.NavigatorAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.NavigatorAgent.md)
- [SuperOffice.WebApi.Agents.INavigatorAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INavigatorAgent.md)
- [SuperOffice.WebApi.Data.NavigatorCompany](/en/api/reference/webapi/SuperOffice.WebApi.Data.NavigatorCompany.md)
- [SuperOffice.WebApi.Data.ArchiveColumnInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveColumnInfo.md)
- [SuperOffice.WebApi.Data.CustomObjectMetadata](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomObjectMetadata.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
