UserData Class
UserData class represents the user data associated with a document action.
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Action - Assembly:
UiPath.DocumentProcessing.Contracts
Description
User data associated with a document action.
Members
Constructors
UserData()- The public default constructor.UserData(long)- Creates an instance with the provided ID.UserData(long, string)- Creates an instance with the provided ID and e-mail address.
Properties
EmailAddress string { get; set; }- Gets or sets the e-mail address associated with the user.Id long { get; set; }- TheUserIdfor the action.