FileListAdd Method (String, Boolean) |
Adds a path to the filelist. The item is initialized with state given in checked parameter and
it is assumed, that it is no duplicate entry.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public FileListItem Add(
string pPath,
bool pChecked
)
Public Function Add (
pPath As String,
pChecked As Boolean
) As FileListItem
public:
FileListItem^ Add(
String^ pPath,
bool pChecked
)
member Add :
pPath : string *
pChecked : bool -> FileListItem
Parameters
- pPath
- Type: SystemString
The path to add - pChecked
- Type: SystemBoolean
set this to true, if the item should be checked.
Return Value
Type:
FileListItemThe item that was added
See Also