Removes a domain/library manager from the specified domain/library.

Syntax

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

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

Parameters

AuthenticationTicket
    string inforouter ticket
DomainName
    string The name of the domain that the manager removed from
UserName
    string The User Name of the manager to be removed.

Return Value

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

Remarks

The caller must be the system administrator.