Click or drag to resize

JamItemIdListCollectionAddRange(String) Method

Adds the items in the passed StringCollection..

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

Parameters

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