Click or drag to resize

ShellListBaseItemReload Method

Reloads the item. If an ItemIdList is passed it is refreshed and used as new absolute ItemIdList for the item.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public virtual void Reload(
	ItemIdList pItemIdList
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
An absolute ItemIdList that is used as new absolute ItemIdList of the Item or null if only the details of the Item shall be reloaded
See Also