DesignerDocument.save Method

SharePoint Designer Developer Reference

Saves a document.

Syntax

expression.save(showUI)

expression   Required. A variable that represents a DesignerDocument object.

Parameters

Name Required/Optional Data Type Description
showUI Optional Boolean Specifies whether to display the Save As dialog box.

See Also