An ON condition that references content search tables more than once 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_MULTIPLE_ON_CONTENT As ExceptionCode
C#
public static readonly ExceptionCode RETRIEVE_MULTIPLE_ON_CONTENT;
C++
public:
 static const ExceptionCode RETRIEVE_MULTIPLE_ON_CONTENT;
J#
public static final ExceptionCode RETRIEVE_MULTIPLE_ON_CONTENT
JScript
public static const var RETRIEVE_MULTIPLE_ON_CONTENT : ExceptionCode;

See Also