| ShellChangeNotifierRemoveItemIdList Method  | 
 Unregisters the folder given. 
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
 Syntax
Syntaxpublic void RemoveItemIdList(
	ItemIdList pFolderIdList
)
Public Sub RemoveItemIdList ( 
	pFolderIdList As ItemIdList
)
public:
void RemoveItemIdList(
	ItemIdList^ pFolderIdList
)
member RemoveItemIdList : 
        pFolderIdList : ItemIdList -> unit 
Parameters
- pFolderIdList
- Type: Jam.ShellItemIdList
 The folder to unregister.
 Exceptions
Exceptions See Also
See Also