Edit

DirectoryEntries Class

Definition

Contains a collection of DirectoryEntry objects.

public ref class DirectoryEntries : System::Collections::IEnumerable
public class DirectoryEntries : System.Collections.IEnumerable
type DirectoryEntries = class
    interface IEnumerable
Public Class DirectoryEntries
Implements IEnumerable
Inheritance
DirectoryEntries
Implements

Properties

Name Description
SchemaFilter

Gets the schemas that specify which child objects are contained in the collection.

Methods

Name Description
Add(String, String)

Creates a new entry in the container.

Find(String, String)

Returns the member of this collection with the specified name and of the specified type.

Find(String)

Returns the member of this collection with the specified name.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Remove(DirectoryEntry)

Deletes a member of this collection.

Applies to

See also