DirectoryEntry Constructor |
Overloaded. Initializes a new instance of the DirectoryEntry class. |
AuthenticationType |
Gets or sets the type of authentication to use. |
Children |
Gets a DirectoryEntries containing the child entries of this node in the Active Directory hierarchy. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
Guid |
Gets the globally unique identifier (GUID) of the DirectoryEntry. |
Name |
Gets the name of the object as named with the underlying directory service. |
NativeGuid |
Gets the globally unique identifier of the DirectoryEntry, as returned from the provider. |
NativeObject |
Gets the native Active Directory Service Interfaces (ADSI) object. |
Parent |
Gets this entry's parent in the Active Directory hierarchy. |
Password |
Gets or sets the password to use when authenticating the client. |
Path |
Gets or sets the path for this DirectoryEntry. |
Properties |
Gets a PropertyCollection of properties set on this object. |
SchemaClassName |
Gets the name of the schema used for this DirectoryEntry. |
SchemaEntry |
Gets the DirectoryEntry that holds schema information for this entry. An entry's schema determines a list of its mandatory and optional property names. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
UsePropertyCache |
Gets or sets a value indicating whether the cache should be committed after each operation. |
Username |
Gets or sets the user name to use when authenticating the client. |
Close |
Closes the DirectoryEntry and releases any system resources associated with this component. |
CommitChanges |
Saves any changes to the entry in the Active Directory store. |
CopyTo |
Overloaded. Creates a copy of this entry as a child of the specified parent. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DeleteTree |
Deletes this entry and its entire subtree from the Active Directory hierarchy. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
![]() Exists |
Searches the directory store at the specified path to see whether an entry exists. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
Invoke |
Calls a method on the native Active Directory. |
MoveTo |
Overloaded. Moves this entry to the specified parent. |
RefreshCache |
Overloaded. Loads the property values for this directory entry into the property cache. |
Rename |
Changes the name of this entry. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose |
Overloaded. Overridden. Disposes of the resources (other than memory) used by the DirectoryEntry. |
Finalize (inherited from Component) |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |