An attempt was made to refresh a new instance before it was saved (created on the server). This field is read-only.


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

Syntax

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

See Also