scripting:api:file-handler:get-document-type-description

GetDocumentTypeDescription

Method of IFileHandler

Get Document Type Description

  • BSTR strDocumentType
  • BSTR pstrDescription
var pstrDescription = FileHandler.GetDocumentTypeDescription(strDocumentType);
pstrDescription = FileHandler.GetDocumentTypeDescription strDocumentType
BSTR pstrDescription;
HRESULT hr = FileHandler.GetDocumentTypeDescription(strDocumentType, &pstrDescription);