| PathCollectionCheckIfExists Property | 
            If true, paths that do not exist will not be added to the list
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic 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
Boolean See Also
See Also