summaryM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0")]
public virtual void UpdateContentWorkflow(
	int workflowId,
	string workflowName,
	string description,
	bool isDeleted,
	bool startAfterCreating,
	bool startAfterEditing,
	bool dispositionEnabled
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0")> 
Public Overridable Sub UpdateContentWorkflow ( 
	workflowId As Integer,
	workflowName As String,
	description As String,
	isDeleted As Boolean,
	startAfterCreating As Boolean,
	startAfterEditing As Boolean,
	dispositionEnabled As Boolean
)

Parameters

workflowId
Type: System..::..Int32
paramworkflowIdM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
workflowName
Type: System..::..String
paramworkflowNameM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
description
Type: System..::..String
paramdescriptionM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
isDeleted
Type: System..::..Boolean
paramisDeletedM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
startAfterCreating
Type: System..::..Boolean
paramstartAfterCreatingM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
startAfterEditing
Type: System..::..Boolean
paramstartAfterEditingM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
dispositionEnabled
Type: System..::..Boolean
paramdispositionEnabledM:DotNetNuke.Data.DataProvider.UpdateContentWorkflow(System.Int32,System.String,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean)

See Also