Public Function GetDomains( _ ByVal AuthenticationTicket as String) as XmlNode
C# (declaration)
public XmlNode GetDomains( string AuthenticationTicket)
Parameters
AuthenticationTicket
string infoRouter ticket
Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the domain list has been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The domain list returned will vary by based on callers access permissions.