summaryM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])

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

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowEngine")]
void CompleteState(
	int itemID,
	string subject,
	string body,
	string comment,
	int portalID,
	int userID,
	string source,
	params string[] parameters
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowEngine")> 
Sub CompleteState ( 
	itemID As Integer,
	subject As String,
	body As String,
	comment As String,
	portalID As Integer,
	userID As Integer,
	source As String,
	ParamArray parameters As String()
)

Parameters

itemID
Type: System..::..Int32
paramitemIDM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
subject
Type: System..::..String
paramsubjectM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
body
Type: System..::..String
parambodyM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
source
Type: System..::..String
paramsourceM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
parameters
Type: array<System..::..String>[]()[][]
paramparametersM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])

See Also