CreateFilesRequest
Represents a request to create multiple files in the document management system.
This class extends BaseDocumentManagementRequest to provide support for batch file creation operations. It encapsulates a collection of individual file creation requests that will be processed together.
Properties
| Name | Description |
|---|---|
| Files | Gets the collection of file creation requests to be processed. |
Constructors
| Name | Description |
|---|---|
| CreateFilesRequest() | Initializes a new instance of the CreateFilesRequest class. |
| CreateFilesRequest() | Initializes a new instance of the CreateFilesRequest class. |
| CreateFilesRequest(files) | Initializes a new instance of the CreateFilesRequest class with the specified collection of file creation requests. |