summaryM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)

Namespace: DotNetNuke.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowLogger.AddWorkflowLog")]
public virtual int AddContentWorkflowLog(
	string action,
	string comment,
	int user,
	int workflowId,
	int contentItemId
)
Visual Basic
<ObsoleteAttribute("Deprecated in Platform 7.4.0. Use instead IWorkflowLogger.AddWorkflowLog")> 
Public Overridable Function AddContentWorkflowLog ( 
	action As String,
	comment As String,
	user As Integer,
	workflowId As Integer,
	contentItemId As Integer
) As Integer

Parameters

action
Type: System..::..String
paramactionM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)
user
Type: System..::..Int32
paramuserM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)
workflowId
Type: System..::..Int32
paramworkflowIdM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)
contentItemId
Type: System..::..Int32
paramcontentItemIdM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Data.DataProvider.AddContentWorkflowLog(System.String,System.String,System.Int32,System.Int32,System.Int32)

See Also