Click or drag to resize
BlogCommentInfoProviderDeleteBlogCommentInfoInternal Method
Deletes specified blogComment.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteBlogCommentInfoInternal(
	BlogCommentInfo blogCommentObj
)

Parameters

blogCommentObj
Type: CMS.BlogsBlogCommentInfo
BlogComment object
See Also