summaryM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.DiscardWorkflow(System.Int32,System.String,System.Int32,System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowEngine")]
public void DiscardWorkflow(
	int contentItemId,
	string comment,
	int portalId,
	int userId
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowEngine")> 
Public Sub DiscardWorkflow ( 
	contentItemId As Integer,
	comment As String,
	portalId As Integer,
	userId As Integer
)

Parameters

contentItemId
Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.DiscardWorkflow(System.Int32,System.String,System.Int32,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.DiscardWorkflow(System.Int32,System.String,System.Int32,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.DiscardWorkflow(System.Int32,System.String,System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.DiscardWorkflow(System.Int32,System.String,System.Int32,System.Int32)

Implements

IContentWorkflowController..::..DiscardWorkflow(Int32, String, Int32, Int32)

See Also