summaryM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.AddWorkflowLog(DotNetNuke.Entities.Content.ContentItem,System.String,System.String,System.Int32)

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

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowLogger")]
void AddWorkflowLog(
	ContentItem item,
	string action,
	string comment,
	int userID
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowLogger")> 
Sub AddWorkflowLog ( 
	item As ContentItem,
	action As String,
	comment As String,
	userID As Integer
)

Parameters

item
Type: DotNetNuke.Entities.Content..::..ContentItem
paramitemM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.AddWorkflowLog(DotNetNuke.Entities.Content.ContentItem,System.String,System.String,System.Int32)
action
Type: System..::..String
paramactionM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.AddWorkflowLog(DotNetNuke.Entities.Content.ContentItem,System.String,System.String,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.AddWorkflowLog(DotNetNuke.Entities.Content.ContentItem,System.String,System.String,System.Int32)
userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Entities.Content.Workflow.IContentWorkflowController.AddWorkflowLog(DotNetNuke.Entities.Content.ContentItem,System.String,System.String,System.Int32)

See Also