Updates the specified user group name.

Syntax

Visual Basic (declaration)
Public Function UpdateUserGroupName( _ 
ByVal AuthenticationTicket as String, _ ByVal DomainName as String, _ ByVal GroupName as String, _ ByVal NewGroupName as String) as XmlNode

C# (declaration)
public XmlNode UpdateUserGroupName( 
string AuthenticationTicket, string DomainName, string GroupName, string NewGroupName)

Parameters

AuthenticationTicket
    string inforouter ticket
DomainName
    string The domain name of the usergroup if it is local
GroupName
    string The name of the usergroup to be updated
NewGroupName
    string 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.