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
array of property names identifying the properties to return with the retrieved object.String
Exceptions
Exception Type | Condition |
---|---|
E_INVALID_ARGUMENT | Thrown if the parameter is or is an empty array. |