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 (in ShellBrowser.dll) Version: 7.1
Syntax public virtual void Reload(
ItemIdList pItemIdList
)
Public Overridable Sub Reload (
pItemIdList As ItemIdList
)
public:
virtual void Reload(
ItemIdList^ pItemIdList
)
abstract Reload :
pItemIdList : ItemIdList -> unit
override Reload :
pItemIdList : ItemIdList -> unit
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