Get comment info object by comment id.

Namespace: DotNetNuke.Services.Journal
Assembly: 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.

Return Value

Comment info object.

See Also