Description
The UserInfo class returns a list of properties associated with a user.
Class hierarchy
esri.WorkflowManager.SupportClasses.UserInfo()
Properties
address | string | The address of the user. |
email | string | The email address of the user. |
faxNumber | string | The fax number of the user. |
firstName | string | The first name of the user. |
fullName | string | The full name of the user. |
lastName | string | The last name of the user. |
phoneNumber | string | The phone number of the user. |
roomNumber | string | The room number of the user's address. |
userName | string | The login username for the user. |
zipCode | string | The zip code of the user. |
Property Details
The email address of the user.
The fax number of the user.
The first name of the user.
The full name of the user.
The last name of the user.
The phone number of the user.
The room number of the user's address.
The login username for the user.
The zip code of the user.