Contains a reference to the PublishTemplate object associated with this publish request. If this property is set, the PublishRequest object is for a publish operation. To perform a republish operation, the PublicationDocument property must be set and this property must be null.

Namespace:  FileNet.Api.Publishing
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property PublishTemplate As IPublishTemplate
C#
IPublishTemplate PublishTemplate { get; set; }
Visual C++
property IPublishTemplate^ PublishTemplate {
	IPublishTemplate^ get ();
	void set (IPublishTemplate^ value);
}
JavaScript
function get_publishTemplate();
function set_publishTemplate(value);

ToggleRemarks

ToggleSee Also