Gets the highest rated.
Syntax
Smartsite SXML | Copy Code |
---|---|
datatable useritemfeedback.gethighestrated(string source, string subKey, integer count) datatable useritemfeedback.gethighestrated(string source, string subKey, integer userId, integer count) |
Parameters
Name | Data Type | Description |
---|---|---|
source | String | The source. |
subKey | String | The sub key. |
count | Integer | The number of items to be returned. |
userId | Integer | The user id. |
Return Value
Data Type | Description |
---|---|
DataTable | A DataTable containing the highest rated content items. |