LDAP - SearchResultCollection / SearchResult problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

SearchResultCollection resultCollection = LDAPsearcher.FindAll()
SearchResult[] resultArray
resultArray = new SearchResult[resultCollection.Count]
resultCollection.CopyTo(resultArray,0)

resultCollection.Count is

But many fewer than N items appear in resultArra

How can I get all N items to appear in resultArray?
 
Your post went unanswered. Have you resolved this issue? If you still need
help, please post the original question with your request.
 
Back
Top