SetPageCode
This method assigns the project or specified class level script code.
Syntax
SetPageCode(ClassName as String, ScriptCode as String)
Parameter | Description |
---|---|
ClassName | [in] name of the class. |
ScriptCode | [out] class script code. |
Sample Code
The following sample code sets the script code to blank.
theScriptAccess.SetPageCode(strClassName, "")