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.
Namespace:
FileNet.Api.EventsYou can instantiate a IAuditConfigurationEvent object in the following ways:
- Call the GetInstance or FetchInstance method on the Factory.AuditConfigurationEvent class.
- Retrieve the AuditedEvents property on a IContainable subclass, and iterate the IEventSet collection for instances of IAuditConfigurationEvent objects.
- Retrieve a IAuditConfigurationEvent object from a IAuditConfigurationEventSet collection.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Event