1 out of 6 rated this helpful - Rate this topic

DirectorySearcher.FindAll Method

Executes the search and returns a collection of the entries that are found.

Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)

public SearchResultCollection FindAll ()
public SearchResultCollection FindAll ()
public function FindAll () : SearchResultCollection
Not applicable.

Return Value

A SearchResultCollection object that contains the results of the search.
Exception typeCondition

InvalidOperationException

The specified DirectoryEntry is not a container.

NotSupportedException

Searching is not supported by the provider that is being used.

Due to implementation restrictions, the SearchResultCollection class cannot release all of its unmanaged resources when it is garbage collected. To prevent a memory leak, you must call the Dispose method when the SearchResultCollection object is no longer needed.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.