Click or drag to resize

PathCollectionAdd(IEnumerableIJamItemIdList) Method

Adds the paths of the passed ItemIdLists to the list.

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

Parameters

pItemIdLists  IEnumerableIJamItemIdList
The ItemIdLists to add.
See Also