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

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntax
C#
public static string GetPathFromObjectKey(
	string objectKey,
	bool absolute,
	bool directory,
	bool lower
)

Parameters

objectKey
Type: System.String
Object key.
absolute
Type: System.Boolean
Indicates whether returned path is absolute
directory
Type: System.Boolean
Specifies whether object is directory.
lower
Type: System.Boolean
Specifies whether path should be lowered inside method.

Return Value

Type: String
See Also