====== FileNameOnly ======
Property of [[:scripting:api:search-provider:start|ISearchProvider]]
===== Description =====
Indicates that only file names should be displayed
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|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 =====
[[:scripting:api:search-provider:start|ISearchProvider]]
~~NOTOC~~