Share via


PageWindow.Save Method

SharePoint Designer Developer Reference

Saves a page.

Syntax

expression.Save(ForceOverwrite)

expression   A variable that represents a PageWindow object.

Parameters

Name Required/Optional Data Type Description
ForceOverwrite Optional Boolean False to not save over an existing file. The default value is True.

See Also