Click or drag to resize

ShellChangeNotifierRemoveItemIdList Method

Unregisters the folder given.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public void RemoveItemIdList(
	ItemIdList pFolderIdList
)

Parameters

pFolderIdList
Type: Jam.ShellItemIdList
The folder to unregister.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also