NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectorySearcher Constructor (DirectoryEntry, String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal searchRoot As DirectoryEntry, _
   ByVal filter As String _
)
[C#]
public DirectorySearcher(
   DirectoryEntry searchRoot,
   string filter
);
[C++]
public: DirectorySearcher(
   DirectoryEntry* searchRoot,
   String* filter
);
[JScript]
public function DirectorySearcher(
   searchRoot : DirectoryEntry,
   filter : String
);

Parameters

searchRoot
[To be supplied.]
filter
[To be supplied.]

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace | DirectorySearcher Constructor Overload List