Click or drag to resize
CMSStagingTasksPageRunAction Method
Runs the asynchronous action

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void RunAction(
	string actionName,
	string evCode,
	Func<string> action
)

Parameters

actionName
Type: SystemString
Action name
evCode
Type: SystemString
Event code
action
Type: SystemFuncString
Action to run
See Also