Load

Method of IFileHandler

Description

Called when file to be loaded

Parameters

Return Value

Syntax

JavaScript

var ppDocument = FileHandler.Load(strFileName, strDocumentType);

==== Visual Basic Script ====

ppDocument = FileHandler.Load strFileName, strDocumentType

==== C++ ====

CComPtr<IExternalDocument> pDocument;
HRESULT hr = FileHandler.Load(strFileName, strDocumentType, &pDocument);

===== See Also ===== IFileHandler