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

This method may cause objects 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