Skip to main content

GetUploadPartsItem

Represents an item containing upload parts information for a specific path in the document management system.

This class associates a collection of upload parts with a specific path, allowing the system to manage multiple file uploads at different locations.

Properties

NameDescription
UploadPartsGets the list of upload parts for the multi-part file upload.
PathGets the path where the file will be uploaded.

Constructors

NameDescription
GetUploadPartsItem(path, uploadParts)Initializes a new instance of the GetUploadPartsItem class with the specified path and upload parts.