Click or drag to resize

PFRelation_GroupGetGroupsContainingCurrentUser Method (Guid)

Gets the list of groups containing the current user.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ReadOnlyCollection<Guid> GetGroupsContainingCurrentUser(
	params Guid[] groups
)

Parameters

groups
Type: SystemGuid
Optional subset of groups.

Return Value

Type: ReadOnlyCollectionGuid
ReadOnlyCollectionT
See Also