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)

ToggleSyntax

Visual Basic (Declaration)
Property ScriptType As String
C#
string ScriptType { get; set; }
Visual C++
property String^ ScriptType {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_scriptType();
function set_scriptType(value);

ToggleRemarks

ToggleSee Also