Click or drag to resize

AuditEvent Class

Creates a new audit event for the specified document.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.AuditTrailAuditEvent

Namespace:  MediaCy.Commands.AuditTrail
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class AuditEvent
	Inherits BaseCommand

The AuditEvent type exposes the following members.

Constructors
  NameDescription
Public methodAuditEvent
Initializes a new instance of the AuditEvent class
Top
Properties
  NameDescription
Public propertyInput
Top
Remarks
The event contains a reference to its Input as well as description in its Comment.
See Also