Click or drag to resize

PathCollectionAdd Method (IEnumerableIJamItemIdList)

Adds the paths of the passed ItemIdLists to the list.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public void Add(
	IEnumerable<IJamItemIdList> pItemIdLists
)

Parameters

pItemIdLists
Type: System.Collections.GenericIEnumerableIJamItemIdList
The ItemIdLists to add.
See Also