Skip to main content

GetFilesUploadPartsRequest

Represents a request to retrieve upload parts information for multiple files in the document management system.

This class encapsulates a collection of upload parts item requests, where each item request contains the necessary information to obtain upload parts for a specific file. It inherits from BaseRequest to provide common request functionality and includes encryption validation through the CheckRequestEncryption attribute.

Properties

NameDescription
RequestsGets the collection of upload parts item requests for multiple files.

Constructors

NameDescription
GetFilesUploadPartsRequest(requests)Initializes a new instance of the GetFilesUploadPartsRequest class with the specified collection of upload parts item requests.
GetFilesUploadPartsRequest()Initializes a new instance of the GetFilesUploadPartsRequest class.