Click or drag to resize

IJamItemIdList Interface

Interface of a ShellItem that is used as data object in the ShellBrowser controls.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax
[TypeConverterAttribute(typeof(ItemIdListConverter))]
public interface IJamItemIdList : IComparable

The IJamItemIdList type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Get the caption of the item.
Public propertyDisplayPath
Get the full displayable path of the item.
Public propertyIsFolder
Gets a value indicating whether this object is a folder and can be enumerated.
Public propertyIsInvalid
True if this object is invalid.
Public propertyPath
Gets the full physical path of an item.
Public propertySpecialFolder
Gets special folder of the item.
Top
See Also