Click or drag to resize

OrgPrivilegesGetPrivilegeByKey Method (String, Model)

Gets a privilege by its key in the standard privileges and in the specified model's custom privileges.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static OrgPrivilege GetPrivilegeByKey(
	string key,
	Model model
)

Parameters

key
Type: SystemString
Key of the privilege.
model
Type: Packflow.ModelingModel
The model that could contain a custom privilege with the specified key.

Return Value

Type: OrgPrivilege
OrgPermissionType
See Also