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

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

Parameters

bi
Type: CMS.AzureStorageBlobInfo
Blob info object.

Return Value

Type: Stream
See Also