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

Description:
Gets and sets department of the user.
Type
string
Allowed Values:
A valid department name.

EMailAddress

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

FullName

Description:
Specifies the full name of the user.
Type
string
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces

Manager

Description:
Specifies the manager of the user.
Type
string
Allowed Values:
A valid user name.

RegisteredDate

Description:
Gets and sets date registered.
Type
DateTime
Allowed Values:
A valid DateTime value.

Title

Description:
Specifies the job title of the user.
Type
string
Allowed Values:
One line of text (a string).

Accepted:

  • Letters
  • Numbers
  • Spaces

UserName

Description:
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
Allowed Values:
A valid user name for a registered AgilePoint user.