ShellBrowser .Net Edition
AbsoluteItemIdList Property
NamespacesJam.ShellShellBrowserAbsoluteItemIdList
This property should only be used by advanced users. It sets or returns the absolute ItemIdList of the current object. The returned pointer to an ItemIdList will be valid, until a new object was selected.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList AbsoluteItemIdList { get; set; }
Public Property AbsoluteItemIdList As ItemIdList
public:
property ItemIdList^ AbsoluteItemIdList {
	ItemIdList^ get ();
	void set (ItemIdList^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)