Click or drag to resize

JamItemIdListCollectionAddRange Method (String)

Adds the items in the passed StringCollection..

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public virtual void AddRange(
	string[] pPaths
)

Parameters

pPaths
Type: SystemString
A StringCollection of items to append to this.
Remarks
When passing filenames only make sure to set the BaseFolder.
See Also