Click or drag to resize
AsyncControlGetCancelScript Method
Gets the script which cancels the execution of the worker

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public string GetCancelScript(
	bool withPostback
)

Parameters

withPostback
Type: SystemBoolean
If true, the cancel action should raise postback

Return Value

Type: String
See Also