The indicated class cannot be merged into the cache due to the indicated duplicate name or id. This field is read-only.


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

Syntax

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

See Also