UserGroupsGetByUser Method (Guid) |
Returns a collection of user groups assigned to a user.
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<UserGroup> GetByUser(
Guid userId
)
Public Function GetByUser (
userId As Guid
) As EntityCollection(Of UserGroup)
public:
EntityCollection<UserGroup^>^ GetByUser(
Guid userId
)
member GetByUser :
userId : Guid -> EntityCollection<UserGroup>
Parameters
- userId
- Type: SystemGuid
The unique identifier of the user.
Return Value
Type:
EntityCollectionUserGroup
See Also