Skip to main content

<a id=“SuperOffice_WebApi_Agents_INavigatorAgent”></a> Interface INavigatorAgent

Namespace: SuperOffice.WebApi.Agents
Assembly: SuperOffice.WebApi.dll
Navigator stuff.

Implements

IAgentBase, IDisposable

Methods

<a id=“SuperOffice_WebApi_Agents_INavigatorAgent_GetAllNavigatorCompanyAsync_SuperOffice_WebApi_RequestOptions_”></a> GetAllNavigatorCompanyAsync(RequestOptions)

Gets array of all NavigatorCompany objects.

Parameters

requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<NavigatorCompany[]&gt; Array of all NavigatorCompany objects

<a id=“SuperOffice_WebApi_Agents_INavigatorAgent_GetNavigatorCompaniesAsync_System_String_SuperOffice_WebApi_RequestOptions_”></a> GetNavigatorCompaniesAsync(string, RequestOptions)

Parameters

name string requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<NavigatorCompany[]&gt;

<a id=“SuperOffice_WebApi_Agents_INavigatorAgent_GetNavigatorCompanyListAsync_System_Int32___SuperOffice_WebApi_RequestOptions_”></a> GetNavigatorCompanyListAsync(int[], RequestOptions)

Gets an array of specific NavigatorCompany objects.

Parameters

navigatorCompanyIds int[] The identifiers of the NavigatorCompany object requestOptions RequestOptions Override language/culture codes on this request.

Returns

Task<NavigatorCompany[]&gt; Array of NavigatorCompany objects