summaryM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)
Namespace: DotNetNuke.Entities.Content.WorkflowAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void AddWorkflowLog( int contentItemId, int workflowId, string action, string comment, int userId ) |
Visual Basic |
---|
Public Sub AddWorkflowLog ( contentItemId As Integer, workflowId As Integer, action As String, comment As String, userId As Integer ) |
Parameters
- contentItemId
- Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)
- workflowId
- Type: System..::..Int32
paramworkflowIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)
- action
- Type: System..::..String
paramactionM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)
- comment
- Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)
- userId
- Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,System.String,System.String,System.Int32)