Specifies whether to retrieve refreshed data from the Content Engine server for updating an object's property cache when the object is explicitly saved or is committed to the persistent store as part of a batch.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Use this constant when calling methods that have a
parameter, such as
and
. Depending on the parameters of the method being called, you can either refresh all of the object's properties or, by specifying a property filter, refresh a subset of the object's properties.
![]() |
---|
Note that you cannot refresh an object's property cache until the object has been created on the Content Engine server. Attempting to do so causes an exception to be thrown. |
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum RefreshMode |
C# |
---|
public enum RefreshMode |
C++ |
---|
public enum class RefreshMode |
J# |
---|
public enum RefreshMode |
JScript |
---|
public enum RefreshMode |
Members
Description | |
---|---|
NO_REFRESH | Specifies that upon saving or committing the object, its property cache is not refreshed with updated data from the Content Engine server. |
REFRESH | Specifies that upon saving or committing the object, its property cache is refreshed with updated data from the Content Engine server. Specifying |