Click or drag to resize
Askia

ISurveyCompileScript Method (RoutingConditionType, String)

Compiles an Askia script.

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IMethodResult CompileScript(
	RoutingConditionType routingConditionType,
	string script
)

Parameters

routingConditionType
Type: AskiaCoreRoutingConditionType
The type of the routing the script would apply to.
script
Type: SystemString
Script to be compiled.

Return Value

Type: IMethodResult
Return the result of the script compilation.
Remarks
Used to test whether a script is valid for the current survey.
See Also