The script text of event procedures that are executed when an IAction-based object's events are raised.

NOTE: For this release, scripting languages are not supported for event procedures. Text in the ScriptText property will be ignored.


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

Syntax

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

/** property */
public void set_ScriptText(string value);
JScript
public function get ScriptText() : String

public function set ScriptText(value : String);

Remarks

See Also