Click or drag to resize

ModelGetCustomPrivilegeByKey Method

Gets a custom privilege by its key.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public OrgItemPrivilege GetCustomPrivilegeByKey(
	string key
)

Parameters

key
Type: SystemString
Key of the custom privilege.

Return Value

Type: OrgItemPrivilege
OrgItemPrivilege
See Also