Save comment info object into database.

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

Syntax

C#
void SaveComment(
	CommentInfo ci
)
Visual Basic
Sub SaveComment ( 
	ci As CommentInfo
)

Parameters

ci
Type: DotNetNuke.Services.Journal..::..CommentInfo
Comment info object.

See Also