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: 11.0.0
Syntax
C#
public static Stream GetBlobContent(
	BlobInfo blobInfo,
	BlobRequestOptions requestOptions
)

Parameters

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

Return Value

Type: Stream
See Also