Click or drag to resize
PathHelperGetValidPath Method (String, Boolean)
Converts path to valid one (replaces slash to back slash) and optionally lower the case in the path.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public static string GetValidPath(
	string path,
	bool lower
)

Parameters

path
Type: SystemString
Path
lower
Type: SystemBoolean
Specifies whether path should be lowered inside method.

Return Value

Type: String
See Also