Adds a domain/library manager to the specified domain/library

Syntax

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

C# (declaration)
public XmlNode AddManagerToDomain( 
string AuthenticationTicket, string DomainName, string UserName)

Parameters

AuthenticationTicket
    string infoRouter ticket
DomainName
    string An infoRouter Domain Name
UserName
    string User Name of the user to be added to the manager list.

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the User has been added to the manager list successfully.
if success attribute is "false", the error attribute indicates the encountered error.

Remarks

The caller must be the system administrator.
The user must already be a member of the domain.