Specifies the audit recording level of the source object for an event of type ObjectChangeEvent.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration ObjectStateRecordingLevel |
C# |
---|
public enum ObjectStateRecordingLevel |
Visual C++ |
---|
public enum class ObjectStateRecordingLevel |
JavaScript |
---|
FileNet.Api.Constants.ObjectStateRecordingLevel = function(); FileNet.Api.Constants.ObjectStateRecordingLevel.createEnum('FileNet.Api.Constants.ObjectStateRecordingLevel', false); |
Members
Type | Member name | Description |
---|---|---|
MODIFIED_OBJECT |
Specifies 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_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 NONE is specified, the event's OriginalObject and SourceObject properties will be null and the event's ModifiedProperties property will be empty. |