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