Click or drag to resize

IActionExecute Method


Executes this action.

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

Parameters

workFlow  IWorkflow
Workflow that is advancing
comment  String
Comments for workflow advancement
user  IUser
The user who is performing the workflow advancement
transition  ITransition
The transition that is used to advance the workflow
See Also