Specifies that the exception is to be logged on the Content Engine server. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Required As ErrorLoggingLevel
C#
public static readonly ErrorLoggingLevel Required;
C++
public:
 static const ErrorLoggingLevel Required;
J#
public static final ErrorLoggingLevel Required
JScript
public static const var Required : ErrorLoggingLevel;

See Also