| DirectoryGetBlobPathFromPath 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: 11.0.0
Syntaxpublic static string GetBlobPathFromPath(
	string path,
	Nullable<bool> caseSensitive = null
)
Parameters
- path
 - Type: SystemString
Path - caseSensitive (Optional)
 - Type: SystemNullableBoolean
Case sensitive. 
Return Value
Type: 
String
See Also