IWorkflowJump Method Ingeniux CMS Content Store API

Puts the workflow directly on the specified Work State without going through any Transitions.

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

void Jump(
	IWorkState jumpToState
)

Parameters

jumpToState
Type: Ingeniux.CMSIWorkState
The Work State to jump to. Cannot be null.
Exceptions

ExceptionCondition
ArgumentNullExceptionWhen the jumpToState parameter value is null.
See Also

Reference