Click or drag to resize
IMultiPartUploadStreamInitMultiPartUpload Method
Inits multipart upload with external storage.

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

Return Value

Type: String
Unique identifier for multipart upload process to external storage. Returned unique identifier may be needed for each subsequent multipart upload operation.
See Also