Click or drag to resize

ModelAddRole Method (String)

Adds a new role.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public OrgRole AddRole(
	string name
)

Parameters

name
Type: SystemString
Name of the role.

Return Value

Type: OrgRole
OrgRole
See Also