Retrieves this object from the server and replaces existing information in the property cache with the retrieved property information.


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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Refresh()
C#
public abstract void Refresh()
C++
public:
 void Refresh() abstract 
J#
public abstract void Refresh()
JScript
public abstract  function Refresh()

See Also