Specifies an ID string that represents the Java™-based event handler associated with this publish style template (for example, PublishRequestHTMLHandler or PublishRequestPDFHandler for transform publishing, or PublishRequestDITAPDFHandler for DITA publishing). In IBM Content Foundation, the IBM FileNet Rendition Engine is not supported, and this property cannot be set for transform publishing. It can only be set for copy publishing or DITA publishing.

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

ToggleSyntax

Visual Basic (Declaration)
Property ProviderID As String
C#
string ProviderID { get; set; }
Visual C++
property String^ ProviderID {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_providerID();
function set_providerID(value);

ToggleRemarks

ToggleSee Also