PublishObject.Publish(Object) Method

Definition

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.

Applies to