Click or drag to resize

IMapping Interface

IT Hit User File System
Maps remote storage path to the user file system path and vice versa.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax
public interface IMapping

The IMapping type exposes the following members.

Methods
  NameDescription
Public methodMapPath
Returns a remote storage URI that corresponds to the user file system path.
Public methodReverseMapPath
Returns a user file system path that corresponds to the remote storage URI.
Top
See Also