Skip to main content

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

NameDescription
FilesGets the collection of file creation requests to be processed.

Constructors

NameDescription
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.