IADsDeleteOps

The IADsDeleteOps interface enables you to delete objects from the directory. For a container object, the interface allows you to delete its children and the entire subtree.

Inheritance: IDispatch

Methods

  • Method

  • Description

  • DeleteObject()

  • Deletes the object that exposes this interface from the directory.

Details

DeleteObject()

Deletes the object that exposes this interface from the directory.

void DeleteObject(ADM_DELETEOBJECTFLAGS_ENUM flags)

Requirements

Minimum required version: 2009.1

See also