infoRouter Document Management System - Web Services API Documentation Version 7.0
CreateDomain
Creates an infoRouter domain.
Syntax
[Visual Basic]
Public Function CreateDomain(ByVal AuthenticationTicket As String, _
ByVal DomainName As String, _
ByVal Anonymous As Boolean, _
ByVal Hidden As Boolean, _
ByVal WelcomeMessage As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

Name of the domain to be created

Anonymous

Specifies whether created domain available for the anonymous or not.

Hidden

Sets the hidden flag of the created domain

WelcomeMessage

Sets the welcome message of the created domain for new users.


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

Special characters may not be used in object names.

Maximum allowable domain name size is 30 characters.

Example

					
See Also
Domain Exists | Get Domains | Update Domain

Web Services API Syntax based on infoRouter Document Management System Version 7.0
Copyright() 1998-2008 Active Innovations, Inc.
infoRouter Enterprise Document Management Software