Specifies an ID string that represents the Java-based event handler associated with this publish style template (for example, PublishRequestHTMLHandler or PublishRequestPDFHandler).


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

Syntax

Visual Basic (Declaration)
Property ProviderID As String
C#
string ProviderID { get; set; }
C++
property string ProviderID abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ProviderID();

/** property */
public void set_ProviderID(string value);
JScript
public function get ProviderID() : String

public function set ProviderID(value : String);

Remarks

See Also