I have a script that I am writing in C# where I am trying to run an automated seach monthly to Audit for any Documetns that have been added that contail an SSN. The script will then email out the Document IDs for all the documents in the search result.
So, I have the following code to conduct the search, but how do I pull the resluts from the search:
Laserfiche.RepositoryAccess.Search mySearch = new Search(currentSession, "SSN");
mySearch.BeginRun(true);