JamItemIdListCollectionAddRange(String) Method |
Adds the items in the passed StringCollection..
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- A StringCollection of items to append to this.
RemarksWhen passing filenames only make sure to set the
BaseFolder.
See Also