BlogCommentInfoProviderGetComments Method (String, String) |
Returns DataSet with all comments filtered by specified conditions.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax 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:
DataSetSee Also