Skip to main content

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

NameDescription
UploadPartsItemGets the collection of upload parts items for multiple files.

Constructors

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