FolderChangingEventArgsFolderIdList Property |
Gets an ItemIdList representing the target folder of the navigation.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList FolderIdList { get; }
Public ReadOnly Property FolderIdList As ItemIdList
Get
public:
property ItemIdList^ FolderIdList {
ItemIdList^ get ();
}
member FolderIdList : ItemIdList with get
Property Value
Type:
ItemIdListAn ItemIdList representing the target folder. See
Path or
DisplayPath.
See Also