When using CONTAINS or FREETEXT, there must be a ContentSearch table joined to another table in the FROM clause. This field is read-only.


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

Syntax

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

See Also