Click or drag to resize
UserGroupsUpdate Method (Guid, String)
Updates the name of a group.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Update(
	Guid groupId,
	string newName
)

Parameters

groupId
Type: SystemGuid
The unique identifier of the group.
newName
Type: SystemString
The name to update.
See Also