There is no Verity index area for the indicated collection id. This field is read-only.


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

Syntax

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

See Also