An NDoc Documented Class Library

IPathResolver.ResolvePath Method 

Resolve a single path to the destination type specified by ResolutionType

string ResolvePath(
   string Path,
   PathResolveTypeEnum ResolutionType
);

Parameters

Path
A String representing the original path
ResolutionType
A PathResolveTypeEnum resolution type

Return Value

The resolved path if a resolution was possible. Otherwise, returns Empty

See Also

IPathResolver Interface | IPathResolver Members | Genghis Namespace