The CBRLocale of object store {0} may not be changed when any VerityCollection objects exist in that object store. 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_CHANGE_CBR_LOCALE As ExceptionCode
C#
public static readonly ExceptionCode PERSIST_CANT_CHANGE_CBR_LOCALE;
C++
public:
 static const ExceptionCode PERSIST_CANT_CHANGE_CBR_LOCALE;
J#
public static final ExceptionCode PERSIST_CANT_CHANGE_CBR_LOCALE
JScript
public static const var PERSIST_CANT_CHANGE_CBR_LOCALE : ExceptionCode;

See Also