Click or drag to resize

OrgPrivilegeImplies Method (OrgPermissionType)

Checks if the specified permission type is granted by this privilege.

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

Parameters

otherPermissionType
Type: Packflow.ModelingOrgPermissionType

Return Value

Type: Boolean
See Also