IMultiPartUploadStreamCompleteMultiPartUploadProcess Method |
Completes multipart upload process.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
Syntax string CompleteMultiPartUploadProcess(
string uploadSessionId,
IEnumerable<string> partIdentifiers
)
Parameters
- uploadSessionId
- Type: SystemString
Unique identifier for multipart upload process to external storage.
Is obtained by InitMultiPartUpload.
- partIdentifiers
- Type: System.Collections.GenericIEnumerableString
All unique identifiers of uploaded parts acquired by UploadStreamContentAsMultiPart(String, Int32) method.
Return Value
Type:
StringETag of the uploaded file.
Remarks Stream still needs to be disposed.
See Also