Click or drag to resize

NativeProxyRefreshShellViews Method (ShellItemIdList, RefreshViewsOptions)

Refreshes Windows Shell views. This method has the same effect independently of the current native proxy instance.

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void RefreshShellViews(
	ShellItemIdList idl = null,
	RefreshViewsOptions options = RefreshViewsOptions.None
)

Parameters

idl (Optional)
Type: callback.ShellBoost.CoreShellItemIdList
The Shell Item Id list. If null, all views will be refreshed.
options (Optional)
Type: callback.ShellBoost.Core.UtilitiesRefreshViewsOptions
The options. Unused if pidl is null.
See Also