Click or drag to resize

PathConverter Class

Provides utility methods for converting file system paths to Axiom file paths with user and access context.
Inheritance Hierarchy
SystemObject
  Canary.Axiom.Shared.FilePathPathConverter

Namespace: Canary.Axiom.Shared.FilePath
Assembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public static class PathConverter

The PathConverter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbsoluteToRelativePaths Converts a collection of absolute paths (root + /Files/ + path) to their relative file paths ([Public/Private/ReadOnly] + path) based on the specified user and root directory.
Top
See Also