Search the directory. Searches the subtree. Retrieves all attributes. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
Search the directory. Searches the subtree. Retrieves all attributes. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
[Visual Basic] Public Function Search(ByVal String,ByVal String) As EntryCollection
[C#] public EntryCollection Search(string,string);
[C++] public: EntryCollection* Search(String*,String*);
[JScript] public function Search(String,String): EntryCollection;
Search the directory. Retrieves all attributes. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
[Visual Basic] Public Function Search(ByVal String,ByVal String,ByVal Scope) As EntryCollection
[C#] public EntryCollection Search(string,string,Scope);
[C++] public: EntryCollection* Search(String*,String*,Scope);
[JScript] public function Search(String,String,Scope): EntryCollection;
Search the directory. Has no timeout. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
[Visual Basic] Public Function Search(ByVal String,ByVal String,ByVal Scope,ByVal StringCollection) As EntryCollection
[C#] public EntryCollection Search(string,string,Scope,StringCollection);
[C++] public: EntryCollection* Search(String*,String*,Scope,StringCollection*);
[JScript] public function Search(String,String,Scope,StringCollection): EntryCollection;
Search the directory. Does not ignore the size limit error. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
[Visual Basic] Public Function Search(ByVal String,ByVal String,ByVal Scope,ByVal StringCollection,ByVal Integer) As EntryCollection
[C#] public EntryCollection Search(string,string,Scope,StringCollection,int);
[C++] public: EntryCollection* Search(String*,String*,Scope,StringCollection*,int);
[JScript] public function Search(String,String,Scope,StringCollection,int): EntryCollection;
Search the directory. For a complete description of search syntax, see RFC 1558: A String Representation of LDAP Search Filters (http://www.faqs.org/rfcs/rfc1558.html).
[Visual Basic] Public Function Search(ByVal String,ByVal String,ByVal Scope,ByVal StringCollection,ByVal Integer,ByVal Boolean) As EntryCollection
[C#] public EntryCollection Search(string,string,Scope,StringCollection,int,bool);
[C++] public: EntryCollection* Search(String*,String*,Scope,StringCollection*,int,bool);
[JScript] public function Search(String,String,Scope,StringCollection,int,bool): EntryCollection;