Executes this action.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Execute(
IWorkflow workFlow,
string comment,
IUser user,
ITransition transition
)
Sub Execute (
workFlow As IWorkflow,
comment As String,
user As IUser,
transition As ITransition
)
void Execute(
IWorkflow^ workFlow,
String^ comment,
IUser^ user,
ITransition^ transition
)
abstract Execute :
workFlow : IWorkflow *
comment : string *
user : IUser *
transition : ITransition -> unit
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