Can't delete a VerityIndexArea when the VerityCollections property is not empty. Set the isCBREnabled property to false and then run an IndexJob so the VerityCollections will be deleted before attempting to delete the IndexArea. This field is read-only.


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

Syntax

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

See Also