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.

When you enable Centera native logging, you must set the value of the FPLogConfigFile property appropriately.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also