Click or drag to resize

IMappingMapPath Method

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

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

Parameters

userFileSystemPath
Type: SystemString
Full path in the user file system.

Return Value

Type: String
Remote storage URI that corresponds to the userFileSystemPath.
See Also