Click or drag to resize

BaseShellItem Class

Base wrapper class for items in system list classes, like ExplorerBrowser.
Inheritance Hierarchy
SystemObject
  Jam.ShellBaseShellItem
    Jam.ShellShellSystemListItem

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public class BaseShellItem : IShellItem, 
	IJamShellItemVisuals, IJamShellItemOperations

The BaseShellItem type exposes the following members.

Constructors
 NameDescription
Public methodBaseShellItem For compatibility with SystemShellListItemCollectionT
Public methodBaseShellItem(ItemIdList) Construct a new item.
Top
Properties
 NameDescription
Public propertyAbsoluteItemIdList Get the absolute ItemIdList of the item.
Public propertyCut Defines if the item's image should be shown ghosted or not.
Public propertyFullPath Return the full path within the filesystem. This may be empty, if the item has no filesystem path.
Public propertyOverlayImage The index of the overlay image in the system image list that should be shown in front of the normal icon.
Top
Methods
 NameDescription
Public methodRename Rename a file item
Top
See Also