summaryM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,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")]
public void CompleteState(
	int itemID,
	string subject,
	string body,
	string comment,
	int portalID,
	int userID
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0")> 
Public Sub CompleteState ( 
	itemID As Integer,
	subject As String,
	body As String,
	comment As String,
	portalID As Integer,
	userID As Integer
)

Parameters

itemID
Type: System..::..Int32
paramitemIDM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)
subject
Type: System..::..String
paramsubjectM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)
body
Type: System..::..String
parambodyM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)
userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)

Implements

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

See Also