NativeProxyRefreshShellViews Method (Byte, RefreshViewsOptions) |
Refreshes Windows Shell views.
This method has the same effect independently of the current native proxy instance.
Namespace:
ShellBoost.Core.Client
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void RefreshShellViews(
byte[] pidl = null,
RefreshViewsOptions options = RefreshViewsOptions.None
)
Parameters
- pidl (Optional)
- Type: SystemByte
The pidl. If null, all views will be refreshed. - options (Optional)
- Type: ShellBoost.Core.UtilitiesRefreshViewsOptions
The options. Unused if pidl is null.
See Also