A boolean that enables or disables the native logging performed by the Centera
fixed content device. Set the value of this property to true to
enable logging and false to disable logging.
Namespace:
FileNet.Api.AdminWhen you enable Centera native logging, you must set the value of the FPLogConfigFile property appropriately.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FPLogEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> FPLogEnabled { get; set; } |
Visual C++ |
---|
property Nullable<bool> FPLogEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_fpLogEnabled(); function set_fpLogEnabled(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: true
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ