Click or drag to resize

PFRelation_GroupGetGroupsContainingCurrentUser Method (Int64)

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<long> GetGroupsContainingCurrentUser(
	params long[] groups
)

Parameters

groups
Type: SystemInt64
Optional subset of groups.

Return Value

Type: ReadOnlyCollectionInt64
ReadOnlyCollectionT
See Also