Click or drag to resize

CustomFileListTAddStrings Method (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 AddStrings(IEnumerableString, Boolean, Boolean) method.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public List<T> AddStrings(
	string[] p_Paths
)

Parameters

p_Paths
Type: SystemString
a list of absolute paths or filenames to add

Return Value

Type: ListT
a list of items that where added
See Also