FileNameOnly
Property of ISearchProvider
Description
Indicates that only file names should be displayed
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bValue = SearchProvider.FileNameOnly;
==== Visual Basic Script ====
bValue = SearchProvider.FileNameOnly
==== C++ ====
VARIANT_BOOL bValue; HRESULT hr = SearchProvider.get_FileNameOnly(&bValue);
===== See Also ===== ISearchProvider