Click or drag to resize
UserGroupsGetId Method (String)
Returns the unique identifier of the 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 Guid GetId(
	string name
)

Parameters

name
Type: SystemString
The group name to find.

Return Value

Type: Guid
See Also