Determines whether the given domain/library name refers to an existing domain/library.

Syntax

Visual Basic (declaration)
Public Function DomainExists( _ 
ByVal AuthenticationTicket as String, _ ByVal DomainName as String) as XmlNode

C# (declaration)
public XmlNode DomainExists( 
string AuthenticationTicket, string DomainName)

Parameters

AuthenticationTicket
    string infoRouter ticket
DomainName
    string An infoRouter Domain name to be tested.

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the domain has been found.
if success attribute is "false", the error attribute indicates the encountered error.

See Also