Click or drag to resize

PFRelation_GroupGetRolesContainingUser Method

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<Guid> GetRolesContainingUser(
	PFUser user,
	params Guid[] roles
)

Parameters

user
Type: Packflow.CorePFUser
Verified user.
roles
Type: SystemGuid
Optional subset of roles.

Return Value

Type: ReadOnlyCollectionGuid
ReadOnlyCollectionT
See Also