Click or drag to resize

PFPermissionContext_ItemGetPrincipalsForPermission Method (OrgItemPermissionType, PFContentType, PFItem)

Gets the list of principals having the given permission for the specified content.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFPrincipalSet GetPrincipalsForPermission(
	OrgItemPermissionType permissionType,
	PFContentType contentType,
	PFItem item = null
)

Parameters

permissionType
Type: Packflow.ModelingOrgItemPermissionType
contentType
Type: Packflow.CorePFContentType
item (Optional)
Type: Packflow.CorePFItem

Return Value

Type: PFPrincipalSet
See Also