CreateFileDocumentItem Properties
An object defining properties for the CreateFileDocumentItem class.
ProjectName
Gets or sets the display name of the project associated with the document.
Type: string
This property contains the human-readable name of the project in which the document was created. It provides a user-friendly reference to the project context.
DocumentId
Gets or sets the unique identifier of the created document.
Type: long
This property contains the system-assigned identifier for the document that was created. It uniquely identifies the document within the document management system.
FormName
Gets or sets the display name of the form associated with the document.
Type: string
This property contains the human-readable name of the form through which the document was created. It provides a user-friendly reference to the form context.
ProjectId
Gets or sets the unique identifier of the project associated with the document.
Type: string
This property contains the identifier of the project in which the document was created. It is used to establish the project context for the document.
FormId
Gets or sets the unique identifier of the form associated with the document.
Type: string
This property contains the identifier of the form through which the document was created. It is used to establish the form context for the document.