Archives specified domain/library.

Syntax

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

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

Parameters

AuthenticationTicket
    string inforouter ticket
DomainName
    string The Name of the domain to be archived

Return Value

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

Remarks

The caller must be the system administrator.

See Also