Adds a comment to the collection and saves the post.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void AddComment(
	Comment comment
)
Public Sub AddComment ( _
	comment As Comment _
)
public:
void AddComment (
	Comment^ comment
)

Parameters

comment
Comment
The comment to add to the post.

See Also

Post Class
BlogEngine.Core Namespace