Click or drag to resize

ShellChangeNotifierRemoveItemIdList Method

Unregisters the folder given.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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