GetUploadPartsItem Properties
An object defining properties for the GetUploadPartsItem class.
UploadParts
Gets the list of upload parts for the multi-part file upload.
Type: List<UploadPart>
This property contains the collection of upload parts that define how the file should be uploaded. Each part specifies a chunk of the file and its upload destination.
Path
Gets the path where the file will be uploaded.
Type: string
This property specifies the location in the document management system where the file associated with these upload parts will be stored.