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

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

Syntax

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

Parameters

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

See Also