Click or drag to resize

RefreshLevel Enumeration

Possible values for refresh operations for controls connected through a ShellControlConnector.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public enum RefreshLevel
Members
  Member nameValueDescription
Full0Indicates that the callee should perform a full refresh of its contents. This will usually be an entire reload of the displyed items.
Smart1Indicates that the callee should perform a quick refresh of its contents. It is tolerable that changes in metadata are not detected. Removed and deleted items hsould be detected. The runtime of this method should be significantly faster thatn the one of the Refresh(RefreshLevel) method.
Checkboxes2 Just update the CheckBoxes.
See Also