Click or drag to resize

ContentPermissionContextEntryIsRelatedTo Method

Determines whether this is entry is related to the specified permission type or to a privilege including it.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsRelatedTo(
	OrgPermissionType opt
)

Parameters

opt
Type: Packflow.ModelingOrgPermissionType

Return Value

Type: Boolean
See Also