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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ