Click or drag to resize

OrgPrivilegeImplies Method (String)

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(
	string otherPermissionTypeKey
)

Parameters

otherPermissionTypeKey
Type: SystemString

Return Value

Type: Boolean
See Also