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
SyntaxPublic Function Reload As Boolean
member Reload : unit -> bool
Return Value
Type:
BooleanTrue, if reloading the ItemIdList was successful. False if updating failed (e.g. because the associated item doesn't exist anymore).
RemarksIf 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