Hide comments on a journal item.

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
Id of portal.
journalId
Type: System..::..Int32
Id of the journal want to hide comments.

See Also