| BlobInfo Constructor (ContainerInfo, String, Boolean) | 
            Initializes new instance of blob info class.
            
 
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also