SaveAs Method

See Also         Example         Applies To

Writes the specified PageWindow object to the destination URL.

Syntax

expression.SaveAs(DestinationUrl, ForceOverwrite)

expression   An expression that returns a PageWindow object.

DestinationUrl   Required String. A string that contains the entire URL for the web, such as “C:\My Documents\My Webs\Adventure Works\index.htm”. This can be any URL for a web, such as http://web server/folder/file or file://file system/folder/file for disk-based webs.

ForceOverwrite   Optional Boolean. Default value is False.

Return Type

Void