Click or drag to resize

ShellChangeNotifierRemoveItemIdList Method

Unregisters the folder given.

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

Parameters

pFolderIdList  ItemIdList
The folder to unregister.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
See Also