BlogCommentInfoProviderGetPostCommentsInternal Method |
Returns DataSet with post comments which are not marked as spam.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax protected virtual DataSet GetPostCommentsInternal(
int postDocumentId,
bool onlyApproved,
bool includingSpam,
bool includingTrackbacks
)
Parameters
- postDocumentId
- Type: SystemInt32
Post documentID - onlyApproved
- Type: SystemBoolean
Indicates if only approved comments should be returned - includingSpam
- Type: SystemBoolean
Indicates if comments which are marked as SPAM should be included in the result - includingTrackbacks
- Type: SystemBoolean
Indicates if comments which are marked as trackback comments should be included in the result
Return Value
Type:
DataSetSee Also