OpenXMLDocuments.CreateNewDocument Method

Applies to: SharePoint Foundation 2010

Creates an XML document or form based on the specified template.

expression.CreateNewDocument(bstrTemplateLocation As String, bstrDefaultSaveLocation As String)

Parameters

expression

An expression that returns an OpenXMLDocuments Control object.

bstrTemplateLocation

A string that contains the URL of the template from which the new XML document or form is created, or the programmatic identifier (progID) of the application to invoke when creating the new XML document or form.

bstrDefaultSaveLocation

A string that contains the URL that specifies a default location for saving the new XML document or form. UNC paths cannot be used.

Return Value

true if the XML document or form creation succeeds; otherwise false.

See Also

Reference

OpenXMLDocuments Control

OpenXMLDocuments Members