Click or drag to resize
UsersGetByGroup Method
Returns users by 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 EntityCollection<User> GetByGroup(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid
The unique identifier of the group.

Return Value

Type: EntityCollectionUser
See Also