PathHelperGetPathFromObjectKey Method (String, Boolean, Boolean, Boolean) |
Returns path from given object key.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 12.0.0
Syntax public static string GetPathFromObjectKey(
string objectKey,
bool absolute,
bool directory,
bool lower
)
Parameters
- objectKey
- Type: SystemString
Object key. - absolute
- Type: SystemBoolean
Indicates whether returned path is absolute - directory
- Type: SystemBoolean
Specifies whether object is directory. - lower
- Type: SystemBoolean
Specifies whether path should be lowered inside method.
Return Value
Type:
StringSee Also