UiPath Documentation
activities
latest
false
Document Understanding activities

UserData Class

UserData class, representing the user data associated with a document action.

UserData class represents the user data associated with a document action.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Actions
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

User data associated with a document action.

Members

Constructors

  • UserData() - The public default constructor.
  • UserData(long? id) - Creates an instance with the provided ID.
    • id (Int64?) - The user ID for the action.
  • UserData(long? id, string emailAddress) - Creates an instance with the provided ID and email address.
    • emailAddress (String) - The email address associated with the user.
    • id - Same as above.

Properties

  • EmailAddress String - Gets or sets the email address associated with the user.
  • Id Int64? - The user ID for the action.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated