BlogCommentInfoProviderDeleteBlogCommentInfo Method (BlogCommentInfo) |
Deletes specified blogComment.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
Syntax public static void DeleteBlogCommentInfo(
BlogCommentInfo blogCommentObj
)
Parameters
- blogCommentObj
- Type: CMS.BlogsBlogCommentInfo
BlogComment object
See Also