You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > Blog Class > Blog Methods > AddCommentForPost
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Blog.AddCommentForPost Method

Adds a post comment to a blog post. Accepts a BlogComment class as the input. Will return the result of that add action. False indicates the action was successful.

C#
public Boolean AddCommentForPost(BlogComment bcComment);
Visual Basic
Public Function AddCommentForPost(ByVal bcComment As BlogComment) As Boolean
Parameters 
Description 
bcComment 
A populated BlogComment class. Title, DisplayName, Comment text, Email are required. 

A Boolean value indicating whether there was a problem. False indicates the comment was added successfully.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!