CreateFileDocumentItem
Represents information about a document created within a project and form context.
This class encapsulates the identifiers and names for a document's associated project and form, along with the document's own identifier. It is used to track the context in which a file document was created.
Properties
Name | Description |
---|---|
ProjectName | Gets or sets the display name of the project associated with the document. |
DocumentId | Gets or sets the unique identifier of the created document. |
FormName | Gets or sets the display name of the form associated with the document. |
ProjectId | Gets or sets the unique identifier of the project associated with the document. |
FormId | Gets or sets the unique identifier of the form associated with the document. |