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: 6.3.1
Syntax [TypeConverterAttribute(typeof(ItemIdListConverter))]
public interface IJamItemIdList : IComparable
<TypeConverterAttribute(GetType(ItemIdListConverter))>
Public Interface IJamItemIdList
Inherits IComparable
[TypeConverterAttribute(typeof(ItemIdListConverter))]
public interface class IJamItemIdList : IComparable
[<TypeConverterAttribute(typeof(ItemIdListConverter))>]
type IJamItemIdList =
interface
interface IComparable
end
The IJamItemIdList type exposes the following members.
Properties
| Name | Description |
---|
| Caption | Get the caption of the item. |
| DisplayPath |
Get the full displayable path of the item.
|
| IsFolder | Gets a value indicating whether this object is a folder and can be enumerated. |
| IsInvalid | True if this object is invalid. |
| Path | Gets the full physical path of an item. |
| SpecialFolder | Gets special folder of the item. |
TopSee Also