Click or drag to resize
DirectoryGetCaseValidPath Method
Returns lowered path if given container if not case sensitive. Otherwise method returns original path.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public static string GetCaseValidPath(
	string path,
	Nullable<bool> caseSensitive = null
)

Parameters

path
Type: SystemString
Path to modify.
caseSensitive (Optional)
Type: SystemNullableBoolean
Indicates whether path is case sensitive

Return Value

Type: String
See Also