summaryM:DotNetNuke.Entities.Content.Workflow.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])
Namespace: DotNetNuke.Entities.Content.WorkflowAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowEngine")] public 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")> Public 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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.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.ContentWorkflowController.CompleteState(System.Int32,System.String,System.String,System.String,System.Int32,System.Int32,System.String,System.String[])