M-Files UI Extensibility Framework
UpdateSearch Method
ISearchPane Interface : UpdateSearch Method
A token that identifies this request. Will be communicated back to the caller in subsequent events.
Specifies whether or not the results should be refreshed from the server even if the effective search criteria has not really changed.
Description
Begins an asynchronous update for the search results to reflect the currently specified search conditions.
Syntax
Visual Basic
Public Sub UpdateSearch( _
   ByVal orderToken As Long, _
   ByVal forceRefresh As Boolean _
) 
Parameters
orderToken
A token that identifies this request. Will be communicated back to the caller in subsequent events.
forceRefresh
Specifies whether or not the results should be refreshed from the server even if the effective search criteria has not really changed.
See Also

ISearchPane Interface  | ISearchPane Members