summaryM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)

Namespace: DotNetNuke.Services.Journal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
int Journal_Comment_Save(
	int journalId,
	int commentId,
	int userId,
	string comment,
	string xml,
	DateTime dateUpdated
)
Visual Basic
Function Journal_Comment_Save ( 
	journalId As Integer,
	commentId As Integer,
	userId As Integer,
	comment As String,
	xml As String,
	dateUpdated As DateTime
) As Integer

Parameters

journalId
Type: System..::..Int32
paramjournalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)
commentId
Type: System..::..Int32
paramcommentIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)
comment
Type: System..::..String
paramcommentM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)
xml
Type: System..::..String
paramxmlM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)
dateUpdated
Type: System..::..DateTime
paramdateUpdatedM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)

Return Value

returnsM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Save(System.Int32,System.Int32,System.Int32,System.String,System.String,System.DateTime)

See Also