BlogCommentInfoProviderGetAllComments Method (String, String, Int32, String, Int32, Int32, Int32) |
Note: This API is now obsolete.
Returns all comments.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery<BlogCommentInfo> instead")]
public static DataSet GetAllComments(
string where,
string orderBy,
int topN,
string columns,
int offset,
int maxRecords,
ref int totalRecords
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy
- Type: SystemString
Order by statement - topN
- Type: SystemInt32
Specifies number of returned records - columns
- Type: SystemString
Data columns to return - offset
- Type: SystemInt32
Index of first record to get - maxRecords
- Type: SystemInt32
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used) - totalRecords
- Type: SystemInt32
Returns total records
Return Value
Type:
DataSetSee Also