Returns DataSet with post comments which are not marked as spam.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- postDocumentId
- Type: System Int32
Post documentID
- onlyApproved
- Type: System Boolean
Indicates if only approved comments should be returned
- includingSpam
- Type: System Boolean
Indicates if comments which are marked as SPAM should be included in the result
- includingTrackbacks
- Type: System Boolean
Indicates if comments which are marked as trackback comments should be included in the result
Return Value
Type: DataSetSee Also