Cannot set CBREnabled equal to true until after the VerityDomainConfiguration has been setup and properties VerityMasterAdminServerHostname and VerityMasterAdminServerPort are valid. 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_CBR_ENABLE As ExceptionCode
C#
public static readonly ExceptionCode PERSIST_CANT_CBR_ENABLE;
C++
public:
 static const ExceptionCode PERSIST_CANT_CBR_ENABLE;
J#
public static final ExceptionCode PERSIST_CANT_CBR_ENABLE
JScript
public static const var PERSIST_CANT_CBR_ENABLE : ExceptionCode;

See Also