| IMultiPartUploadStreamUploadStreamContentAsMultiPart Method | 
            Uploads stream content to external storage.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
SyntaxIEnumerable<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: 
IEnumerableStringUnique identifiers of currently uploaded parts to external storage.
 See Also
See Also