this method update a existing workflow.

Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
void UpdateWorkflow(
	Workflow workflow
)
Visual Basic
Sub UpdateWorkflow ( 
	workflow As Workflow
)

Exceptions

ExceptionCondition
DotNetNuke.Entities.Content.Workflow.Exceptions..::..WorkflowNameAlreadyExistsExceptionThrown when a workflow with the same name already exist for the portal

See Also