Retrieves this object from the server and replaces existing information in the property cache with the retrieved information for the properties specified by the filter.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub Refresh( _ ByVal filter As PropertyFilter _ ) |
C# |
---|
public abstract void Refresh( PropertyFilter filter ) |
C++ |
---|
public: void Refresh( PropertyFilter filter ) abstract |
J# |
---|
public abstract void Refresh( PropertyFilter filter ) |
JScript |
---|
public abstract
function Refresh( filter : PropertyFilter ) |
Parameters
- filter
- A
object that represents information for controlling which property values (and with what level of detail and recursion) to return. IfPropertyFilter
, this method returns values for all non-object properties and returns placeholders for all object-valued properties (null
properties with a state ofPropertyEngineObject
orPropertyState.UNEVALUATED
); any subsequent attempts to access an object-valued property will cause an automatic round-trip to the server to fetch its value.PropertyState.REFERENCE