PathCollectionCheckIfExists Property |
If true, paths that do not exist will not be added to the list
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.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