Skip to main content

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

NameDescription
ProjectNameGets or sets the display name of the project associated with the document.
DocumentIdGets or sets the unique identifier of the created document.
FormNameGets or sets the display name of the form associated with the document.
ProjectIdGets or sets the unique identifier of the project associated with the document.
FormIdGets or sets the unique identifier of the form associated with the document.