BlogCommentInfoProviderDeleteBlogCommentInfo Method (Int32) |
Deletes specified blogComment.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public static void DeleteBlogCommentInfo(
int blogCommentId
)
Parameters
- blogCommentId
- Type: SystemInt32
BlogComment id
See Also