| PathHelperGetPathFromObjectKey Method (String, Boolean) | 
            Returns path from given object key.
            
 
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntaxpublic static string GetPathFromObjectKey(
	string objectKey,
	bool absolute
)
Parameters
- objectKey
 - Type: SystemString
Object key. - absolute
 - Type: SystemBoolean
Indicates whether returned path is absolute 
Return Value
Type: 
String
See Also