Directory.GetBlobPathFromPath Method |
Returns blob path from given file system path. Returns relative path with slashes '/' from the root of the blob storage.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.2.23
Syntaxpublic static string GetBlobPathFromPath(
string path,
Nullable<bool> caseSensitive = null
)
Parameters
- path
- Type: System.String
Path - caseSensitive (Optional)
- Type: System.Nullable<Boolean>
Case sensitive.
Return Value
Type:
String
See Also