|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I don't think there is a method exposed to populate that drop-down list. But, it is easy to do with the classes within the System.DirectoryServices namespace. There are Active Directory objects that allow you to get the current domain, and recursively get the parent of that domain until you get to the top of the forest. Then, just go through the child domains until you have a complete list populated.
|