Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Navigate ====== Method of [[:scripting:api:search-file:start|ISearchFile]] ===== Description ===== Navigate to file ===== Parameters ===== * [[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]] **bActivate** = VARIANT_FALSE (optional) ===== Syntax ===== ==== JavaScript ==== <code javascript> SearchFile.Navigate(bActivate); </code>==== Visual Basic Script ==== <code vb> SearchFile.Navigate bActivate </code>==== C++ ==== <code cpp> HRESULT hr = SearchFile.Navigate(bActivate); </code>===== See Also ===== [[:scripting:api:search-file:start|ISearchFile]] ~~NOTOC~~