An EventSet collection of the Event objects containing the audited events that have occurred for the object.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property AuditedEvents As IEventSet
C#
IEventSet AuditedEvents { get; }
C++
property IEventSet AuditedEvents abstract  {
    IEventSet get();
}
J#
/** property */
public IEventSet get_AuditedEvents();
JScript
public function get AuditedEvents() : IEventSet

Remarks

See Also