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)

ToggleSyntax

Visual Basic (Declaration)
Sub Refresh ( _
	propertyNames As String() _
)
C#
void Refresh(
	string[] propertyNames
)
Visual C++
void Refresh(
	array<String^>^ propertyNames
)
JavaScript
function refresh(propertyNames);

Parameters

propertyNames
Type: array< System..::.String >[]()[]
A String array of property names identifying the properties to return with the retrieved object.

ToggleExceptions

ExceptionCondition
ExceptionCode..::.E_INVALID_ARGUMENT Thrown if the propertyNames parameter is Null or is an empty array.

ToggleSee Also