Click or drag to resize

IActionExecute Method


Executes this action.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Execute(
	IWorkflow workFlow,
	string comment,
	IUser user,
	ITransition transition
)

Parameters

workFlow
Type: Ingeniux.CMSIWorkflow
Workflow that is advancing
comment
Type: SystemString
Comments for workflow advancement
user
Type: Ingeniux.CMSIUser
The user who is performing the workflow advancement
transition
Type: Ingeniux.CMSITransition
The transition that is used to advance the workflow
See Also