Returns users by 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 EntityCollection<User> GetByGroup(
Guid groupId
)
Public Function GetByGroup (
groupId As Guid
) As EntityCollection(Of User)
public:
EntityCollection<User^>^ GetByGroup(
Guid groupId
)
member GetByGroup :
groupId : Guid -> EntityCollection<User>
Parameters
- groupId
- Type: SystemGuid
The unique identifier of the group.
Return Value
Type:
EntityCollectionUser
See Also