Click or drag to resize

OrgPermissionTypeRequires Method (OrgPermissionType)

Checks if the specified permission type is required for the current one.

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 Requires(
	OrgPermissionType otherPermissionType
)

Parameters

otherPermissionType
Type: Packflow.ModelingOrgPermissionType

Return Value

Type: Boolean
See Also