<a id=“SuperOffice_WebApi_Agents_INavigatorAgent”></a> Interface INavigatorAgent
Namespace: SuperOffice.WebApi.AgentsAssembly: SuperOffice.WebApi.dll Navigator stuff.
Implements
IAgentBase, IDisposableMethods
<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[]> 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[]><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.