Method of IFileHandler
Get Document Type Description
var pstrDescription = FileHandler.GetDocumentTypeDescription(strDocumentType);
==== Visual Basic Script ====
pstrDescription = FileHandler.GetDocumentTypeDescription strDocumentType
==== C++ ====
BSTR pstrDescription; HRESULT hr = FileHandler.GetDocumentTypeDescription(strDocumentType, &pstrDescription);
===== See Also ===== IFileHandler