infoRouter Document Management System - Web Services API Documentation
UpdateUserGroupName
Updates the specified user group name.
Syntax
[Visual Basic]
Public Function UpdateUserGroupName(ByVal AuthenticationTicket As String, _
ByVal DomainName As String, _
ByVal GroupName As String, _
ByVal NewGroupName As String) As System.Xml.XmlDocument
Parameters

AuthenticationTicket

infoRouter Authentication Ticket

DomainName

The domain name of the usergroup if it is local

GroupName

The name of the usergroup to be updated

NewGroupName

New Name of the group


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

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