UserGroupsUpdate Method (Guid, String) |
Updates the name of a group.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Update(
Guid groupId,
string newName
)
Public Sub Update (
groupId As Guid,
newName As String
)
public:
void Update(
Guid groupId,
String^ newName
)
member Update :
groupId : Guid *
newName : string -> unit
Parameters
- groupId
- Type: SystemGuid
The unique identifier of the group. - newName
- Type: SystemString
The name to update.
See Also