Specifies the audit recording level of the source object for an event of type ObjectChangeEvent.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum ObjectStateRecordingLevel |
C# |
---|
public enum ObjectStateRecordingLevel |
C++ |
---|
public enum class ObjectStateRecordingLevel |
J# |
---|
public enum ObjectStateRecordingLevel |
JScript |
---|
public enum ObjectStateRecordingLevel |
Members
Description | |
---|---|
MODIFIED_OBJECT | Specifies that only the modified, post-event object is recorded in the audit log. When is set, the event's OriginalObject property will be . |
ORIGINAL_AND_MODIFIED_OBJECTS | Specifies that both the original, pre-event object and the modified, post-event object are recorded in the audit log. This is the default value. |
NONE | Specifies that no source objects are recorded in the audit log. When |