summaryM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)

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

Syntax

C#
public void AddWorkflowLog(
	int contentItemId,
	int workflowId,
	WorkflowLogType type,
	string comment,
	int userId
)
Visual Basic
Public Sub AddWorkflowLog ( 
	contentItemId As Integer,
	workflowId As Integer,
	type As WorkflowLogType,
	comment As String,
	userId As Integer
)

Parameters

contentItemId
Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)
workflowId
Type: System..::..Int32
paramworkflowIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)
type
Type: DotNetNuke.Entities.Content.Workflow.Entities..::..WorkflowLogType
paramtypeM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Entities.Content.Workflow.WorkflowLogger.AddWorkflowLog(System.Int32,System.Int32,DotNetNuke.Entities.Content.Workflow.Entities.WorkflowLogType,System.String,System.Int32)

Implements

IWorkflowLogger..::..AddWorkflowLog(Int32, Int32, WorkflowLogType, String, Int32)

See Also