An NDoc Documented Class Library

PathResolverEventArgs Constructor 

The constructor used to create an instance of the PathResolverEventArgs class

public PathResolverEventArgs(
   int currentIndex,
   int total,
   string path,
   string resolvedPath,
   PathResolveTypeEnum pathResolveTypeEnum
);

Parameters

currentIndex
The index of the current item within the original PathList passed to the PathResolver
total
The total number of paths in the original PathList passed to the PathResolver
path
The current path within the original PathList passed to the PathResolver
resolvedPath
The resolution of the current path within the original PathList passed to the PathResolver
pathResolveTypeEnum
The PathResolveTypeEnum type of operation being performed on the current path

See Also

PathResolverEventArgs Class | PathResolverEventArgs Members | Genghis Namespace