Delete a comment by id.
Namespace: DotNetNuke.Services.JournalAssembly: 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.