ShellListBaseItemAbsoluteItemIdList Property |
Lazy loads and caches the ItemIdList corresponding to the complete path of the ListItem.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ItemIdList AbsoluteItemIdList { get; }
Public ReadOnly Property AbsoluteItemIdList As ItemIdList
Get
public:
virtual property ItemIdList^ AbsoluteItemIdList {
ItemIdList^ get () sealed;
}
abstract AbsoluteItemIdList : ItemIdList with get
override AbsoluteItemIdList : ItemIdList with get
Property Value
ItemIdListImplements
IShellItemAbsoluteItemIdList
See Also