Click or drag to resize

IWsCommonGetCompanyByUrl Method

The method obtains information about a company on the URL domain. By the method GetCompanyByUrl is possible to obtain an object WsResult(ComnpanySettings[]) which contains the information on the Company which responds to the URL indicated as a parameter.

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

Parameters

url
Type: SystemString

Return Value

Type: WsResultCompanySettings
See Also