A boolean value that indicates whether auditing for successful event operations is enabled (true) or not (false). Note: If all audit definitions for a class specify that neither failed nor successful operations should be logged, then auditing for the class is effectively disabled.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property AuditSuccess As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> AuditSuccess { get; set; } |
C++ |
---|
property Nullable<bool> AuditSuccess abstract { Nullable<bool> get(); void set(Nullable<bool> value); } |
J# |
---|
/** property */ public Nullable<bool> get_AuditSuccess(); /** property */ public void set_AuditSuccess(Nullable<bool> value); |
JScript |
---|
public function get AuditSuccess() : Nullable<bool> public function set AuditSuccess(value : Nullable<bool>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: null
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ