Click or drag to resize

CoreShellFolderInitialize Method (IWithIdList, Boolean)

Initializes the Shell Folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Initialize(
	IWithIdList idList,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreIWithIdList
The identifier list.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also