| PathCollectionAdd(IEnumerableIJamItemIdList) Method | 
Adds the paths of the passed ItemIdLists to the list.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic 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  IEnumerableIJamItemIdList
- The ItemIdLists to add.
 See Also
See Also