Represents an event that occurs when the auditing configuration of an object store is changed. Auditing is either enabled or disabled by setting the
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
AuditLevel
property on IObjectStore
, and the IAuditConfigurationEvent
object is saved. You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.AuditConfigurationEvent class. - Retrieve the
property on aAuditedEvents IContainable subclass, and iterate theIEventSet collection for instances of
objects.IAuditConfigurationEvent - Retrieve a
object from aIAuditConfigurationEvent IAuditConfigurationEventSet collection.
Namespace: FileNet.Api.Events
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 |
C++ |
---|
interface class IAuditConfigurationEvent : IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface IAuditConfigurationEvent implements IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface IAuditConfigurationEvent extends IEvent, IRepositoryObject, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: EventClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Event