Click or drag to resize
IMultiPartUploadStreamAbortMultiPartUpload Method
Aborts multipart upload to external storage and should remove all resources already uploaded to external storage if necessary.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
void AbortMultiPartUpload(
	string uploadSessionId
)

Parameters

uploadSessionId
Type: SystemString
Unique identifier for multipart upload process to external storage. Is obtained by InitMultiPartUpload.
See Also