Returns DataSet with all comments which belongs to the specified user or which are moderated by specified user.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- ownerId
- Type: System Int32
Blog owner (user id)
- moderator
- Type: System String
Blog moderator (user name)
- where
- Type: System String
Where condition which specifies comments to be returned
- blogWhere
- Type: System String
Where condition which specifies blogs the comments should be returned from
- columns (Optional)
- Type: System String
Columns to be selected
- topN (Optional)
- Type: System Int32
Selects only top N items
Return Value
Type: DataSetSee Also