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

Member NameDescription
MODIFIED_OBJECTSpecifies that only the modified, post-event object is recorded in the audit log. When MODIFIED_OBJECT is set, the event's OriginalObject property will be null.
ORIGINAL_AND_MODIFIED_OBJECTSSpecifies that both the original, pre-event object and the modified, post-event object are recorded in the audit log. This is the default value.
NONESpecifies that no source objects are recorded in the audit log.

When NONE is specified, the event's OriginalObject and SourceObject properties will be null and the event's ModifiedProperties property will be empty.

See Also