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


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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub Refresh( _ 
   ByVal propertyNames As String() _ 
)
C#
public abstract void Refresh(
   string[] propertyNames
)
C++
public:
 void Refresh(
   array<String>^ propertyNames
) abstract 
J#
public abstract void Refresh(
   string[] propertyNames
)
JScript
public abstract  function Refresh(
   propertyNames : String[]
)

Parameters

propertyNames
A String array of property names identifying the properties to return with the retrieved object.

Exceptions

Exception TypeCondition
E_INVALID_ARGUMENT Thrown if the propertyNames parameter is Null or is an empty array.

See Also