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