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