LDAP Client.Net

Entry Methods

The methods of the Entry class are listed below. For a complete list of Entry class members, see the Entry Members topic.

Public Instance Methods

Delete Remove the entry from the directory.
Dispose 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object) Gets the Type of the current instance.
Move Change the Entry's parent dn, thereby moving it to another directory container.
Rename Change the Entry's relative distinguished name (rdn). The rdn must be included in the search results for this method to behave correctly.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Entry Class | LdapServices.Ldap Namespace