Click or drag to resize

PFRelation_Group.GetRolesContainingUser 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.Core.PFUser
Verified user.
roles
Type:System.Guid[]
Optional subset of roles.

Return Value

Type: ReadOnlyCollection<Guid>
ReadOnlyCollection<T>
See Also