DirectoryGetValidPath Method |
Converts path to valid and lower case.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public static string GetValidPath(
string path,
Nullable<bool> caseSensitive = null
)
Parameters
- path
- Type: SystemString
Path to modify. - caseSensitive (Optional)
- Type: SystemNullableBoolean
Case sensitive.
Return Value
Type:
StringSee Also