Skip to main content

RuntimeWorkflowDocumentData

Represents document data within a runtime workflow, including details about the document and its associated forms and views.

Properties

NameDescription
DocumentIdThe unique identifier of the document.
FormNameThe name of the form associated with the document.
DocumentKeyThe unique key identifying the document in the workflow.
DocumentNameThe name of the document.
ViewNameThe name of the view associated with the document.
FormIdThe identifier of the form associated with the document.

Constructors

NameDescription
RuntimeWorkflowDocumentData()Initializes a new instance of the RuntimeWorkflowDocumentData class.