Click or drag to resize

ContentPermissionContextGetEntriesRelatedTo Method (OrgPermissionType, Int32)

Gets the entries related to the specified permission type and state.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<ContentPermissionContextEntry> GetEntriesRelatedTo(
	OrgPermissionType permissionType,
	int stateId
)

Parameters

permissionType
Type: Packflow.ModelingOrgPermissionType
stateId
Type: SystemInt32

Return Value

Type: ListContentPermissionContextEntry
ListT
See Also