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.3.27213.0
Syntax string ReverseMapPath(
string remoteStorageUri
)
Function ReverseMapPath (
remoteStorageUri As String
) As String
String^ ReverseMapPath(
String^ remoteStorageUri
)
abstract ReverseMapPath :
remoteStorageUri : string -> string
Parameters
- remoteStorageUri
- Type: SystemString
Remote storage URI.
Return Value
Type:
StringPath in the user file system that corresponds to the
remoteStorageUri.
See Also