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

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

An infoRouter domain name


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", a list of domain managers have been retrieved successfully.
if success attribute is "false", the error attribute indicates the encountered error.
The sub nodes return the manager list.
Remarks
The caller must be the system administrator or the domain manager of the specified domain.
Example

					
See Also
Get Domain Members | Add Manager To Domain | Remove Manager From Domain
Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter DMS