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. ====== Documents ====== Property of [[:scripting:api:search-provider:start|ISearchProvider]] ===== Description ===== Returns document list. SAFEARRAY of BSTR ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT|VARIANT]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pDocuments = SearchProvider.Documents; </code>==== Visual Basic Script ==== <code vb> pDocuments = SearchProvider.Documents </code>==== C++ ==== <code cpp> VARIANT pDocuments; HRESULT hr = SearchProvider.get_Documents(&pDocuments); </code>===== See Also ===== [[:scripting:api:search-provider:start|ISearchProvider]] ~~NOTOC~~