PathHelperGetObjectKeyFromPath Method (String, Boolean) |
Returns object key from given path.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax public static string GetObjectKeyFromPath(
string path,
bool lower
)
Parameters
- path
- Type: SystemString
Path. - lower
- Type: SystemBoolean
Specifies whether path should be lowered inside method.
Return Value
Type:
StringSee Also