Specifies the language in which the pre- or post-import scripts are written. This property's value must be set to JavaScript.


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

Syntax

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

/** property */
public void set_ScriptType(string value);
JScript
public function get ScriptType() : String

public function set ScriptType(value : String);

Remarks

See Also