Un-archives the specified domain/library.

Syntax

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

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

Parameters

AuthenticationTicket
    string infoRouter ticket
DomainName
    string The name of the domain to be unarchived

Return Value

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

Remarks

The caller must be the system administrator.

See Also