Click or drag to resize
BlogCommentInfoProviderGetComments Method (String, String)
Returns DataSet with all comments filtered by specified conditions.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetComments(
	string where,
	string blogWhere
)

Parameters

where
Type: SystemString
Where condition which specifies comments to be returned
blogWhere
Type: SystemString
Where condition which specifies blogs the comments should be returned from

Return Value

Type: DataSet
See Also