Click or drag to resize
BlobInfoProviderCreateEmptyBlob Method
Creates empty blob on the cloud. Don't use this method if you want to add content to blob.

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

Parameters

bi
Type: CMS.AzureStorageBlobInfo
Blob info.
See Also