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

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

Parameters

blogCommentId
Type: SystemInt32
BlogComment id
See Also