Click or drag to resize

ContentPermissionContextGetEntriesRelatedTo Method (Int32)

Gets the entries related to a specified 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(
	int stateId
)

Parameters

stateId
Type: SystemInt32

Return Value

Type: ListContentPermissionContextEntry
ListT
See Also