M-Files UI Extensibility Framework
RefreshObject Method
IShellListing Interface : RefreshObject Method
The object to refresh.
If true, refreshes the data of the object from the server.
If true, the related objects of the specified object are also updated.
Description
Refreshes the specified object in the listing.
Syntax
Visual Basic
Public Sub RefreshObject( _
   ByVal objID As IObjID, _
   ByVal refreshFromServer As Boolean, _
   ByVal updateRelatedObjects As Boolean _
) 
Parameters
objID
The object to refresh.
refreshFromServer
If true, refreshes the data of the object from the server.
updateRelatedObjects
If true, the related objects of the specified object are also updated.
Remarks

This method may cause the object to be added to the listing, updated in the listing, or removed from the listing.

Supported in M-Files 10.1.3915.45 and newer.

See Also

IShellListing Interface  | IShellListing Members