Adds a list of paths to the filelist. It is assumed that the paths do not contain
duplicates. If you want to pass a filelist that may contain duplicates, use the
method.

Declaration Syntax
public List<LIST_ITEM> AddStrings(
string[] p_Paths,
bool p_Checked,
bool p_ContainsDuplicates
)
Public Function AddStrings ( _
p_Paths As String(), _
p_Checked As Boolean, _
p_ContainsDuplicates As Boolean _
) As List(Of LIST_ITEM)
public:
List<LIST_ITEM>^ AddStrings(
array<String^>^ p_Paths,
bool p_Checked,
bool p_ContainsDuplicates
)

Parameters
- p_Paths (array<
String
>[]()[])
- a list of absolute paths or filenames to add
- p_Checked (Boolean)
- if true the items are added with state checked
- p_ContainsDuplicates (Boolean)
- set this to true if the list might contain duplicates (slower)

Return Value
a list of items that where added
Assembly:
ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)