Click or drag to resize

NativeProxyRefreshShellViews Method (Byte, 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(
	byte[] pidl = null,
	RefreshViewsOptions options = RefreshViewsOptions.None
)

Parameters

pidl (Optional)
Type: SystemByte
The pidl. If null, all views will be refreshed.
options (Optional)
Type: callback.ShellBoost.Core.UtilitiesRefreshViewsOptions
The options. Unused if pidl is null.
See Also