| Description | Copies an object to an alternate location in the directory |
| Provider Support | LDAP, WinNT |
| Syntax | CopyHere(SourceName As String, NewName As String) |
| Data Type | Object |
| Description | Returns the number of objects in the container |
| Provider Support | Not supported in LDAP or WinNT provider |
| Data Type | Long |
| Read-Only? | Yes |
| Description | Creates a new object of a specific class in the directory |
| Provider Support | LDAP, WinNT |
| Syntax | Create(ClassName As String, RelativeName As String) |
| Data Type | Object |
| Description | Removes an object from the directory |
| Provider Support | LDAP, WinNT |
| Syntax | Delete(ClassName As String, RelativeName As String) |
| Data Type | None |
| Description | Establishes an object class filter for container enumeration functions |
| Provider Support | LDAP, WinNT |
| Data Type | Variant |
| Read-Only? | No |
| Description | Establishes an interface to a specified object |
| Provider Support | LDAP, WinNT |
| Syntax | GetObject(ClassName As String, RelativeName As String) |
| Data Type | Object |
| Description | Determines which properties should be loaded |
| Provider Support | LDAP |
| Data Type | Variant |
| Read-Only? | No |
| Description | Moves (or renames) an object within the directory |
| Provider Support | LDAP, WinNT |
| Syntax | MoveHere(SourceName As String, NewName As String) |
| Data Type | Object |
| Top |