ShellBrowserBaseItemIdList Property |
Returns the relative ItemIdList of the current element in this instance.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
ItemIdList
RemarksThe relative ItemIdList is similar to the file or folder name (without path).
See Also