CustomFileListTCheckIfExists Property |
If set to true, it is checked whether the files that are added to the list
do exist on the filesystem.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool CheckIfExists { get; set; }
Public Property CheckIfExists As Boolean
Get
Set
public:
property bool CheckIfExists {
bool get ();
void set (bool value);
}
member CheckIfExists : bool with get, set
Property Value
Type:
BooleanSee Also