IContentItemAddToWorkflowDefault Method
|
Adds this page to a workflow.
If the initial
Transition has a
Default User specified, the page will be assigned to that user.
Otherwise, it will be assigned to the
Next Group specified by the transition.
This operation creates a new workflow instance for this page based on the
Workflow Definition provided.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIWorkflow AddToWorkflowDefault(
IWorkflowDefinition workflowDefinition
)
Function AddToWorkflowDefault (
workflowDefinition As IWorkflowDefinition
) As IWorkflow
IWorkflow^ AddToWorkflowDefault(
IWorkflowDefinition^ workflowDefinition
)
abstract AddToWorkflowDefault :
workflowDefinition : IWorkflowDefinition -> IWorkflow Parameters
- workflowDefinition IWorkflowDefinition
- Definition of the Workflow to create the workflow instance
Return Value
IWorkflowThe newly created workflow instance.
RemarksIf this Page is already in a workflow, it is first removed from that workflow.
See AlsoReference
AddToWorkflowDefault(IWorkflowDefinition)