An NDoc Documented Class Library

PathResolver.ResolvePath Method 

Resolve a single path to the destination type specified by ResolutionType

public 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

Implements

IPathResolver.ResolvePath

See Also

PathResolver Class | PathResolver Members | Genghis Namespace