Can't delete a VerityCollection from an IndexArea. Set the isCBREnabled property to false and run an IndexJob instead. 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_VERITY_COLLECTION As ExceptionCode
C#
public static readonly ExceptionCode PERSIST_CANT_DELETE_VERITY_COLLECTION;
C++
public:
 static const ExceptionCode PERSIST_CANT_DELETE_VERITY_COLLECTION;
J#
public static final ExceptionCode PERSIST_CANT_DELETE_VERITY_COLLECTION
JScript
public static const var PERSIST_CANT_DELETE_VERITY_COLLECTION : ExceptionCode;

See Also