PathCollectionAdd Method (IEnumerableIJamItemIdList) |
Adds the paths of the passed ItemIdLists to the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Add(
IEnumerable<IJamItemIdList> pItemIdLists
)
Public Sub Add (
pItemIdLists As IEnumerable(Of IJamItemIdList)
)
public:
void Add(
IEnumerable<IJamItemIdList^>^ pItemIdLists
)
member Add :
pItemIdLists : IEnumerable<IJamItemIdList> -> unit
Parameters
- pItemIdLists
- Type: System.Collections.GenericIEnumerableIJamItemIdList
The ItemIdLists to add.
See Also