CustomFileListTAddStrings Method (String, Boolean) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic List<T> AddStrings(
string[] p_Paths,
bool p_Checked
)
Public Function AddStrings (
p_Paths As String(),
p_Checked As Boolean
) As List(Of T)
public:
List<T>^ AddStrings(
array<String^>^ p_Paths,
bool p_Checked
)
member AddStrings :
p_Paths : string[] *
p_Checked : bool -> List<'T>
Parameters
- p_Paths
- Type: SystemString
a list of absolute paths or filenames to add - p_Checked
- Type: SystemBoolean
if true the items are added with state checked
Return Value
Type:
ListTa list of items that where added
See Also