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. ====== GetDocumentTypeDescription ====== Method of [[:scripting:api:file-handler:start|IFileHandler]] ===== Description ===== Get Document Type Description ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strDocumentType** ==== Return Value ==== * [[scripting:api:data-type:BSTR|BSTR]] **pstrDescription** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrDescription = FileHandler.GetDocumentTypeDescription(strDocumentType); </code>==== Visual Basic Script ==== <code vb> pstrDescription = FileHandler.GetDocumentTypeDescription strDocumentType </code>==== C++ ==== <code cpp> BSTR pstrDescription; HRESULT hr = FileHandler.GetDocumentTypeDescription(strDocumentType, &pstrDescription); </code>===== See Also ===== [[:scripting:api:file-handler:start|IFileHandler]] ~~NOTOC~~