GetFilesUploadPartsResponse
Represents a response containing upload parts information for multiple files in the document management system.
This class encapsulates a collection of upload parts items, where each item contains the upload information for a file at a specific path. It inherits from BaseResponse to provide common response functionality.
Properties
| Name | Description |
|---|---|
| UploadPartsItem | Gets the collection of upload parts items for multiple files. |
Constructors
| Name | Description |
|---|---|
| GetFilesUploadPartsResponse() | Initializes a new instance of the GetFilesUploadPartsResponse class. |
| GetFilesUploadPartsResponse(uploadPartsItem) | Initializes a new instance of the GetFilesUploadPartsResponse class with the specified collection of upload parts items. |