public string GetUnindexedList() { return(SrcTool.GetUnindexedList(Parameters)); }
// Returns the list of files in that need source indexing private List <SourceFile> GetFileListing() { return(SrcTool.GetFileListing(Parameters)); }
public string EvaluateSourceIndexing() { return(SrcTool.GetSrcSrvResults(Parameters)); }