Provides a set of constants to enable or disable auditing on an
ObjectStore object.
Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AuditLevel |
| C# |
|---|
public enum AuditLevel |
| Visual C++ |
|---|
public enum class AuditLevel |
| JavaScript |
|---|
FileNet.Api.Constants.AuditLevel = function(); FileNet.Api.Constants.AuditLevel.createEnum('FileNet.Api.Constants.AuditLevel', false); |
Members
| Type | Member name | Description |
|---|---|---|
| ENABLED |
Enables auditing on the object store.
| |
| NONE |
Disables auditing on the object store.
|