IsNameValid Method
Description
Checks whether another group has the specified name.
Syntax
Visual Basic
Public Function IsNameValid( _
   ByVal Name As String, _
   ByVal GroupId As Long _
) As Boolean
Parameters
Name
The name to check.
GroupId
The CustomizationUsersGroup.ID of the group to which you wish to assign the Name parameter as the CustomizationUsersGroup.Name
Return Type
Returns True if no group other than the group specified has the specified name.
Remarks
This method is used when creating user groups programmatically to ensure that the group name is not already in use.
See Also