An attempt was made to fetch and merge new property values on an object that has been modified on the server since it was last retrieved. Refresh the object before retrying this operation. This field is read-only.


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

Syntax

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

See Also