ICustomWorkflowActionExecute Method Ingeniux CMS Content Store API

Executes this action.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void Execute(
	ITransition transistion,
	IWorkflow workflow,
	IUserSession session
)

Parameters

transistion
Type: Ingeniux.CMSITransition
Transtion of workflow going through
workflow
Type: Ingeniux.CMSIWorkflow
The workflow instance that is being advanced
session
Type: Ingeniux.CMSIUserSession
User session that performs this action. This session is a UserWriteSession.
See Also

Reference