AddGroupMemberHelper

Syntax

public class AddGroupMemberHelper

Constructors

public AddGroupMemberHelper();

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

PropertyDescription

ClientData

Function:
Specifies the client data, which identifies a client for AgilePoint Server.
Type
string
Accepted Values:
A string that contains the client data.

If this value is null, the system will keep existing client data. Otherwise the relevant data is overwritten.

Description

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

Enabled

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

GroupName

Function:
Specifies the name of a group.
Type
string
Accepted Values:
A valid group name.

UserName

Function:
The user name for the user.
Type
string
Accepted Values:
A valid user name for a registered AgilePoint user.