Click or drag to resize
UserGroupsGetByUser Method (Guid, Int32)
Returns a collection of user groups assigned to a user.

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 EntityCollection<UserGroup> GetByUser(
	Guid userId,
	int languageId
)

Parameters

userId
Type: SystemGuid
The unique identifier of the user.
languageId
Type: SystemInt32
The language the user group's name is returned in.

Return Value

Type: EntityCollectionUserGroup
See Also