CoreShellFolderInitialize Method (IWithIdList, Boolean) |
Initializes the Shell Folder.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void Initialize(
IWithIdList idList,
bool throwOnError = true
)
Parameters
- idList
- Type: ShellBoost.CoreIWithIdList
The identifier list. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
See Also