Click or drag to resize
PathHelper Class
Contains helper methods for conversion between NTFS and Amazon S3 storage.
Inheritance Hierarchy
SystemObject
  CMS.AmazonStoragePathHelper

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public static class PathHelper

The PathHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCachePath
Gets or sets path to local storage for cache.
Public propertyStatic memberCurrentDirectory
Gets or sets current directory.
Public propertyStatic memberTempPath
Gets or sets path to local storage for temp.
Top
Methods
  NameDescription
Public methodStatic memberGetObjectKeyFromPath(String)
Returns object key from given path.
Public methodStatic memberGetObjectKeyFromPath(String, Boolean)
Returns object key from given path.
Public methodStatic memberGetPathFromObjectKey(String, Boolean)
Returns path from given object key.
Public methodStatic memberGetPathFromObjectKey(String, Boolean, Boolean)
Returns path from given object key.
Public methodStatic memberGetPathFromObjectKey(String, Boolean, Boolean, Boolean)
Returns path from given object key.
Public methodStatic memberGetRelativePath
Returns relative path from absolute one.
Public methodStatic memberGetValidPath(String)
Converts path to valid one (replaces slash to back slash) and lower the case in the path.
Public methodStatic memberGetValidPath(String, Boolean)
Converts path to valid one (replaces slash to back slash) and optionally lower the case in the path.
Top
See Also