Click or drag to resize
BlogCommentInfoProviderDeleteBlogCommentInfo Method (BlogCommentInfo)
Deletes specified blogComment.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax
C#
public static void DeleteBlogCommentInfo(
	BlogCommentInfo blogCommentObj
)

Parameters

blogCommentObj
Type: CMS.BlogsBlogCommentInfo
BlogComment object
See Also