Create

Method of IFileHandler

Description

Called when new file to be created

Parameters

Return Value

Syntax

JavaScript

var ppDocument = FileHandler.Create(strDocumentType, vContent);

Visual Basic Script

ppDocument = FileHandler.Create strDocumentType, vContent

C++

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

See Also

IFileHandler