c# - combine 2 SearchResultCollection -


we in process of moving employees new active directory ou. have applicatin users can search employee displayname (or of know) in ad , returns them list of employees found. filter looks this: (&(displayname={0}*)), {0} replaced search criteria user enters. application searches active directory , returns searchresultcollection results. needs able search old path in ad new 1 , combine results 1 searchresultcollection sorted lastname, firstname can iterate over.

problem is, doesn't there methods join 2 searchresultcollections. missing something?


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -