infoRouter Document Management System - Web Services API Documentation
GetDomain
Returns the properties of the specified domain.
Syntax
[Visual Basic]
Public Function GetDomain(ByVal AuthenticationTicket As String, _
ByVal DomainName As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

AuthenticationTicket

An infoRouter Domain Name


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the domain information has been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return the properties of the domain.
Remarks
Example

					
See Also
Get Domains
Syntax based on infoRouter Document Management System Web Services API Version 7.0
Copyright() 1998-2003 Active Innovations, Inc.
infoRouter Document Management System