Click or drag to resize

PFRelation_GroupGetRolesContainingCurrentUser Method

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> GetRolesContainingCurrentUser(
	params Guid[] roles
)

Parameters

roles
Type: SystemGuid
Optional subset of roles.

Return Value

Type: ReadOnlyCollectionGuid
ReadOnlyCollectionT
See Also