The indicated operator used with CONTAINS or FREETEXT 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_INVALID_OPERATOR_FOR_CONTAINS As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS;
C++
public:
 static const ExceptionCode RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS;
J#
public static final ExceptionCode RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS
JScript
public static const var RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS : ExceptionCode;

See Also