RegisteredUser

Description

A class that represents an AgilePoint registered user.

Syntax

public class RegisteredUser

Constructors

public RegisteredUser();
public RegisteredUser(string user, string emailAddress, DateTime registeredDate, string fullName);

Namespace and Assembly

RequirementValue

Namespace

Ascentn.Workflow.Base

Assembly

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

Properties

PropertyDescription

Department

Function:
Gets and sets department of the user.
Type
string
Accepted Values:
A valid department name.

EMailAddress

Function:
Gets and sets the user's e-mail address.
Type
string
Accepted Values:
A valid e-mail address.

FullName

Function:
Specifies the full name of the user.
Type
string
Accepted Values:
One line of text that can have spaces.

Manager

Function:
Specifies the manager of the user.
Type
string
Accepted Values:
A valid user name.

RegisteredDate

Function:
Gets and sets date registered.
Type
DateTime
Accepted Values:
A valid DateTime value.

Title

Function:
Specifies the job title of the user.
Type
string
Accepted Values:
One line of text that can have spaces.

UserName

Function:
Specifies a qualified user name of the instance. A qualified user name formats as [Domain Name]\[Logon Username] or [Local host name]\[Logon Username].
Type
string
Accepted Values:
A valid user name for a registered AgilePoint user.