infoRouter Document Management System - Web Services API Documentation
UpdateDomain
Updates the properties of the specified domain.
Syntax
[Visual Basic]
Public Function UpdateDomain(ByVal AuthenticationTicket As String, _
ByVal DomainName As String, _
ByVal NewDomainName As String, _
ByVal Anonymous As Boolean, _
ByVal Hidden As Boolean, _
ByVal WelcomeMessage As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

The domain name to be updated.

NewDomainName

The new name of the domain

Anonymous

Sets the Anonymous flag of the domain.

Hidden

Sets the hidden flag of the updated domain

WelcomeMessage

Sets the welcome message of the updated domain.


Return Value
returns xml fragment.
<response success="true" error="">
if success attribute is "true", the domain information has been updated successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must be the system administrator.
Example

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