DesignerDocument.writeFile Method

SharePoint Designer Developer Reference

Saves the page to the specified path and file name.

Syntax

expression.writeFile(path)

expression   Required. A variable that represents a DesignerDocument object.

Parameters

Name Required/Optional Data Type Description
path Required String Specifies the path and file name of where to save the page.

See Also