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. ====== Title ====== Property of [[:scripting:api:file-handler:start|IFileHandler]] ===== Description ===== Title ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sVal = FileHandler.Title; </code>==== Visual Basic Script ==== <code vb> sVal = FileHandler.Title </code>==== C++ ==== <code cpp> BSTR sVal; HRESULT hr = FileHandler.get_Title(&sVal); </code>===== See Also ===== [[:scripting:api:file-handler:start|IFileHandler]] ~~NOTOC~~