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

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

Syntax

C#
void Journal_Comment_Like(
	int journalId,
	int commentId,
	int userId,
	string displayName
)
Visual Basic
Sub Journal_Comment_Like ( 
	journalId As Integer,
	commentId As Integer,
	userId As Integer,
	displayName As String
)

Parameters

journalId
Type: System..::..Int32
paramjournalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Like(System.Int32,System.Int32,System.Int32,System.String)
commentId
Type: System..::..Int32
paramcommentIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Like(System.Int32,System.Int32,System.Int32,System.String)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Like(System.Int32,System.Int32,System.Int32,System.String)
displayName
Type: System..::..String
paramdisplayNameM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Like(System.Int32,System.Int32,System.Int32,System.String)

See Also