Click or drag to resize
BlobInfo Constructor (ContainerInfo, String, Boolean)
Initializes new instance of blob info class.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public BlobInfo(
	ContainerInfo container,
	string path,
	bool blobUri
)

Parameters

container
Type: CMS.AzureStorageContainerInfo
Container object.
path
Type: SystemString
Absolute or relative file system path or blob URI (in that case set blobUri appropriately).
blobUri
Type: SystemBoolean
Indicates whether path is blob URI
See Also