Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax Public Enumeration RefreshLevel
public enum class RefreshLevel
Members
| Member name | Value | Description |
---|
| Full | 0 | Indicates that the callee should perform a full refresh of its contents.
This will usually be an entire reload of the displyed items. |
| Smart | 1 | Indicates 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.
|
| Checkboxes | 2 |
Just update the CheckBoxes.
|
See Also