Click or drag to resize

CallbackBuilderAppend Method

Appends a block of script.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Append(
	string scriptBlock
)

Parameters

scriptBlock
Type: SystemString
The script to append.
See Also