How To Do Everything in Active Directory With C# - DevSharePoint.com


How To Do Everything in Active Directory With C#

Posted by sladescross on August 18, 2010

http://www.codeproject.com/KB/system/everythingInAD.aspx#24
Check for the Existence of an Object
This method does not need you to know the distinguishedName, you can concat strings or even guess a location and it will still run (and return false if not found).
Collapse | Copy Code
public static bool... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.