Click or drag to resize
IMultiPartUploadStreamUploadStreamContentAsMultiPart Method
Uploads stream content to external storage.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
IEnumerable<string> UploadStreamContentAsMultiPart(
	string uploadSessionId,
	int nextPartNumber
)

Parameters

uploadSessionId
Type: SystemString
Unique identifier for multipart upload process to external storage. Is obtained by InitMultiPartUpload.
nextPartNumber
Type: SystemInt32
Number that defines position of the data obtained by the stream in the whole multipart upload process.

Return Value

Type: IEnumerableString
Unique identifiers of currently uploaded parts to external storage.
See Also