IAdmModificationLog

The IAdmModificationLog interface represents the modification log of a directory object. The modification log contains all operations performed on a specific directory object.

Inheritance: IAdmTop

Properties

  • Property

  • Description

  • StartDateTime

  • Gets or sets the date and time starting from which log records are requested.

  • EndDateTime

  • Gets or sets the date and time up to which log records are requested.

  • Log

  • Gets the modification log of the object.

Details

StartDateTime

Gets or sets the date and time starting from which log records are requested.

  • Type:
  • DateTime
  • Access:
  • Read/Write

EndDateTime

Gets or sets the date and time up to which log records are requested.

  • Type:
  • DateTime
  • Access:
  • Read/Write

Log

Gets the modification log of the object.


Requirements

Minimum required version: 2023

See also