The call to SelectStatementEx.appendActiveClause is invalid. This field is read-only.


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

Syntax

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

See Also