Click or drag to resize

IMappingReverseMapPath Method

IT Hit User File System
Returns a user file system path that corresponds to the remote storage URI.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26791.0-Beta2
Syntax
string ReverseMapPath(
	string remoteStorageUri
)

Parameters

remoteStorageUri
Type: SystemString
Remote storage URI.

Return Value

Type: String
Path in the user file system that corresponds to the remoteStorageUri.
See Also