The script text of event procedures that are executed when an
Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)
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
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 100 * 1024
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ