Click or drag to resize

BaseShellItem Class

Base wrapper class for items in system list classes, like ExplorerBrowser.
Inheritance Hierarchy

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

The BaseShellItem type exposes the following members.

Constructors
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