PublishObject.Publish(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves an item or a collection of items in a document to a Web page.
public void Publish (object Create);
Public Sub Publish (Optional Create As Object)
Parameters
- Create
- Object
Optional Object. If the HTML file exists, setting this argument to True replaces the file, and setting this argument to False inserts the item or items at the end of the file. If the file does not exist, the file is created regardless of the value of the Create
argument.
Remarks
The Filename property returns or sets the location and name of the HTML file.