Specifies the action handler to execute when an Action-based object is invoked.

For a JavaScript handler that's set on the ScriptText property, set this property to "Javascript".

For a Java™ handler, specify the fully qualified name of the Java class that executes.

For a IWorkflowEventAction object, the ProgId must be set to the system-supplied handler, filenet.pe.ce.wfeventhandler.WorkflowEventActionHandler.

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

ToggleSyntax

Visual Basic (Declaration)
Property ProgId As String
C#
string ProgId { get; set; }
Visual C++
property String^ ProgId {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_progId();
function set_progId(value);

ToggleRemarks

ToggleSee Also