Click or drag to resize
PathHelper.GetObjectKeyFromPath Method (String, Boolean)
Returns object key from given path.

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

Parameters

path
Type: System.String
Path.
lower
Type: System.Boolean
Specifies whether path should be lowered inside method.

Return Value

Type: String
See Also