ShellBrowser .Net Edition
AddStrings Method (p_Paths)
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)AddStrings(array<String>[]()[])
Adds a list of paths to the filelist. The items are initialized to be unchecked. It is assumed that the paths do not contain duplicates. If you want pass a filelist that may contain duplicates, use the method.
Declaration Syntax
C#Visual BasicVisual C++
public List<LIST_ITEM> AddStrings(
	string[] p_Paths
)
Public Function AddStrings ( _
	p_Paths As String() _
) As List(Of LIST_ITEM)
public:
List<LIST_ITEM>^ AddStrings(
	array<String^>^ p_Paths
)
Parameters
p_Paths (array< String >[]()[])
a list of absolute paths or filenames to add
Return Value
a list of items that where added

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)