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
)
<OperationContractAttribute>
Function GetCompanyByUrl (
url As String
) As WsResult(Of CompanySettings)
[OperationContractAttribute]
WsResult<CompanySettings^>^ GetCompanyByUrl(
String^ url
)
[<OperationContractAttribute>]
abstract GetCompanyByUrl :
url : string -> WsResult<CompanySettings>
function GetCompanyByUrl(
url : String
) : WsResult<CompanySettings>
Parameters
- url
- Type: SystemString
custom address
Return Value
Type:
WsResultCompanySettingsreturn the company settings
See Also