Click or drag to resize

ItemIdListReload Method

Reloads the ItemIdList by updating the ShellItem and reassigning the pidl. Turns non-functional ItemIdLists as they are sent by ShellNotifications into functional ones.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public bool Reload()

Return Value

Type: Boolean
True, if reloading the ItemIdList was successful. False if updating failed (e.g. because the associated item doesn't exist anymore).
Remarks
If the itemIdList cannot be reloaded or the element to refresh is not existing anymore, nothing happens, the old ItemIdList stays in place, but the function returns false.
See Also