Click or drag to resize
BlobInfoProviderGetBlobContent Method (BlobInfo, BlobRequestOptions)
Returns stream with block blob.

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

Parameters

bi
Type: CMS.AzureStorageBlobInfo
Blob info object.
requestOptions
Type: BlobRequestOptions
Blob request options.

Return Value

Type: Stream
See Also