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

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

Syntax

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

Parameters

journalId
Type: System..::..Int32
paramjournalIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Delete(System.Int32,System.Int32)
commentId
Type: System..::..Int32
paramcommentIdM:DotNetNuke.Services.Journal.IJournalDataService.Journal_Comment_Delete(System.Int32,System.Int32)

See Also