Click or drag to resize
BlobInfoProvider.PutByteArrayToBlob Method
Puts byte array to blob.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.2.23
Syntax
C#
public static void PutByteArrayToBlob(
	BlobInfo bi,
	byte[] buffer
)

Parameters

bi
Type: CMS.AzureStorage.BlobInfo
Blob.
buffer
Type:System.Byte[]
Buffer with data.
See Also