Click or drag to resize

PFRelation_GroupGetGroupsContainingUser Method (PFUser, Int64)

Gets the list of groups containing the specified 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> GetGroupsContainingUser(
	PFUser user,
	params long[] groups
)

Parameters

user
Type: Packflow.CorePFUser
Verified user.
groups
Type: SystemInt64
Optional subset of groups.

Return Value

Type: ReadOnlyCollectionInt64
ReadOnlyCollectionT
See Also