SearchOptionsFilesOnly Property |
Set this to true if you want to only include files in your search.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool FilesOnly { get; set; }Public Property FilesOnly As Boolean
Get
Set
public:
property bool FilesOnly {
bool get ();
void set (bool value);
}member FilesOnly : bool with get, set
Property Value
Boolean
See Also