An NDoc Documented Class Library

PathResolver.ResolvePathList Method 

Resolve multiples path specified in a PathList to the destination type specified by ResolutionType

public IResolvedPathList ResolvePathList(
   PathList PathList,
   PathResolveTypeEnum ResolutionType
);

Parameters

PathList
A PathList containing a list of unique paths
ResolutionType
A PathResolveTypeEnum resolution type

Return Value

A IResolvedPathList hashtable-style read-only collection of original paths as keys, and their corresponding resolutions as values. A resolved value is Empty if no resolution was possible.

Implements

IPathResolver.ResolvePathList

See Also

PathResolver Class | PathResolver Members | Genghis Namespace