Click or drag to resize
BlobInfoProviderGetBlobContentWithOptions Method
Returns stream with block blob.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public static Stream GetBlobContentWithOptions(
	BlobInfo blobInfo
)

Parameters

blobInfo
Type: CMS.AzureStorageBlobInfo
Blob info object.

Return Value

Type: Stream
See Also