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
)
Public Overridable Sub AddRange (
pPaths As String()
)
public:
virtual void AddRange(
array<String^>^ pPaths
)
abstract AddRange :
pPaths : string[] -> unit
override AddRange :
pPaths : string[] -> unit
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