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)
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.