ItemIdListLastPart Method |
Returns the last part of an ItemIdList as new ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ItemIdList LastPart()
Public Function LastPart As ItemIdList
public:
ItemIdList^ LastPart()
member LastPart : unit -> ItemIdList
Return Value
Type:
ItemIdListThe last part of an ItemIdList.
See Also