ShellBrowserBaseItemIdList Property |
Returns the relative ItemIdList of the current element in this instance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList ItemIdList { get; set; }
Public Property ItemIdList As ItemIdList
Get
Set
public:
property ItemIdList^ ItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member ItemIdList : ItemIdList with get, set
Property Value
Type:
ItemIdListRemarks The relative ItemIdList is similar to the file or folder name (without path).
See Also