Delete a comment by id.

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

Syntax

C#
void DeleteComment(
	int journalId,
	int commentId
)
Visual Basic
Sub DeleteComment ( 
	journalId As Integer,
	commentId As Integer
)

Parameters

journalId
Type: System..::..Int32
Id of journal.
commentId
Type: System..::..Int32
Id of comment.

See Also