The level of auditing on the object store on which this object is persisted. A value of 0 is returned if auditing is disabled; a value of 1 is returned if auditing is enabled. You can change the auditing level by setting this property on the
object.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AuditLevel As AuditLevel |
C# |
---|
AuditLevel AuditLevel { get; set; } |
C++ |
---|
property AuditLevel AuditLevel abstract { AuditLevel get(); void set(AuditLevel value); } |
J# |
---|
/** property */ public AuditLevel get_AuditLevel(); /** property */ public void set_AuditLevel(AuditLevel value); |
JScript |
---|
public function get AuditLevel() : AuditLevel public function set AuditLevel(value : AuditLevel); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 1
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ