Represents an event that occurs when the auditing configuration of an object store is changed. Auditing is either enabled or disabled by setting the AuditLevel property on IObjectStore, and the IAuditConfigurationEvent object is saved.

You can instantiate a IAuditConfigurationEvent object in the following ways:

Namespace:  FileNet.Api.Events
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IAuditConfigurationEvent _
	Implements IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject,  _
	IEngineObject, ICloneable
C#
public interface IAuditConfigurationEvent : IEvent, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
Visual C++
public interface class IAuditConfigurationEvent : IEvent, 
	IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable
JavaScript
FileNet.Api.Events.IAuditConfigurationEvent = function();
FileNet.Api.Events.IAuditConfigurationEvent.createInterface('FileNet.Api.Events.IAuditConfigurationEvent');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Event

ToggleSee Also