Encapsulates a generic active directory base object which can be of type ActiveDirectoryComputerObject,
ActiveDirectoryContainerObject, ActiveDirectoryDomainObject, ActiveDirectoryGroupObject or
ActiveDirectoryUserObject
Inheritance Hierarchy
Inkostar.ClassesActiveDirectoryObject
Inkostar.ClassesActiveDirectoryComputerObject
Inkostar.ClassesActiveDirectoryContainerObject
Inkostar.ClassesActiveDirectoryDomainObject
Inkostar.ClassesActiveDirectoryGroupObject
Inkostar.ClassesActiveDirectoryUserObject
Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
The ActiveDirectoryObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Delete |
Deletes the current object from the active directory
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetProperties |
Retrieves the properties collection of the current object
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move |
Moves the current object to a new container
| |
| Rename |
Renames the current object from the active directory
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ObjectName |
Returns the active directory object name
| |
| ObjectPath |
Returns the active directory object path
| |
| ObjectType |
Returns the enumerated active directory object type
|
See Also