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.1.5347.20411)
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
 - Type: 
System String
Columns to be selected 
- topN
 - Type: 
System Int32
Selects only top N items 
- order
 - Type: 
System String
Order by 
- offset
 - Type: 
System Int32
Index of first record to get 
- maxRecords
 - Type: 
System Int32
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used) 
- totalRecords
 - Type: 
System Int32 
Returns total records 
- siteName
 - Type: 
System String
Site name of the blog 
Return Value
Type:See Also