Share via


PageWindow.Close Method

SharePoint Designer Developer Reference

Closes the specified PageWindow object.

Syntax

expression.Close(ForceSave, PromptUser)

expression   Required. A variable that represents a PageWindow object.

Parameters

Name Required/Optional Data Type Description
ForceSave Optional Boolean True forces the specified file to be saved before the Close method is completed. Default is False.
PromptUser Optional Boolean True prompts the user before closing the page. Default is False.

See Also