Click or drag to resize
BlogCommentInfoProviderGetApprovedComments Method
Return all blog comments for specified document

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetApprovedComments(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: DataSet
See Also