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

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

Parameters

blogCommentObj
Type: CMS.BlogsBlogCommentInfo
BlogComment object
See Also