Click or drag to resize

IWsEndUserGetCompanyByUrl Method

The method allows you to retrieve the details of the company according custom url that is passed as input. The WsEndUser authenticates the user and retrieves the WcfUser on the DC to return the data in the table [ArubaCloudUsers]. [Dbo]. [CompanySettings] by filtering the [TechnicalPanelDomainUrl] that is passed as input.

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
WsResult<CompanySettings> GetCompanyByUrl(
	string url
)

Parameters

url
Type: SystemString
custom address

Return Value

Type: WsResultCompanySettings
return the company settings
See Also