GetUploadPartsItem Constructors
An object defining constructors for the GetUploadPartsItem class.
GetUploadPartsItem(path, uploadParts)
Initializes a new instance of the GetUploadPartsItem
class with the specified path and upload parts.
Parameters:
path (required): string
The path where the file will be uploaded.
uploadParts (required): List<UploadPart>
The list of upload parts for the multi-part file upload.
This constructor initializes a new item by associating the provided upload parts with a specific path in the document management system.