Get comment info object by comment id.
Namespace: DotNetNuke.Services.JournalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
CommentInfo GetComment( int commentId ) |
| Visual Basic |
|---|
Function GetComment ( commentId As Integer ) As CommentInfo |
Parameters
- commentId
- Type: System..::..Int32
Id of the comment.