Click or drag to resize

ModelAddCustomPrivilege Method (String)

Adds a new custom 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 OrgItemPrivilege AddCustomPrivilege(
	string name
)

Parameters

name
Type: SystemString
Name of the custom privilege.

Return Value

Type: OrgItemPrivilege
OrgItemPrivilege
See Also