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
Name | Description |
---|---|
UploadParts | Gets the list of upload parts for the multi-part file upload. |
Path | Gets the path where the file will be uploaded. |
Constructors
Name | Description |
---|---|
GetUploadPartsItem(path, uploadParts) | Initializes a new instance of the GetUploadPartsItem class with the specified path and upload parts. |