AddUpdateRoleHelper

Syntax

public class AddUpdateRoleHelper

Constructors

public AddUpdateRoleHelper();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

Ascentn.Workflow.WFBase (in Ascentn.Workflow.WFBase.dll)

Properties

PropertyDescription

RoleName

Description:
The name of a role.
Type
string
Allowed Values:
A valid role name.

Description

Description:
A description of an entity.
Type
string
Allowed Values:
A string that can contain spaces and special characters.

Rights

Description:
Specifies the rights that are assigned to the Role.
Type
WFAccessRights
Allowed Values:
An array of index values. See the table for appropriate indexes.

WFAccessRights provides the enums for rights. See the sample code for more information.

Enabled

Description:
Enables or disables an entity.
Type
bool
Allowed Values:
  • True - Enables the entity.
  • False - Disables the entity.