Show comments on a journal item.

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

Syntax

C#
void ShowComments(
	int portalId,
	int journalId
)
Visual Basic
Sub ShowComments ( 
	portalId As Integer,
	journalId As Integer
)

Parameters

portalId
Type: System..::..Int32
Id of portal.
journalId
Type: System..::..Int32
Id of the journal want to show comment.

See Also