Click or drag to resize
BlobInfoProviderPutDataFromStreamToBlob Method
Puts content of stream to blob.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static void PutDataFromStreamToBlob(
	BlobInfo bi,
	Stream stream
)

Parameters

bi
Type: CMS.AzureStorageBlobInfo
Blob.
stream
Type: CMS.IOStream
Stream to put.
See Also