The CBRLocale property of the object store must be set before any IndexAreas are created This field is read-only.


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

Syntax

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

See Also