BlobInfo Constructor (String) |
Initializes new instance of blob info class.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public BlobInfo(
string path
)
Parameters
- path
- Type: SystemString
Absolute or relative file system path.
See Also