articleTypes |
String |
The article list can be filtered by article types. |
|
41.0 |
|
articleVar |
String |
The name of the variable that can be used to represent the article object in the body of the articleList component. |
Yes |
41.0 |
|
categories |
String |
The article list can be filtered by data categories. |
|
41.0 |
|
hasMoreVar |
String |
The boolean variable name indicating whether the list contains more articles. |
|
41.0 |
|
id |
String |
An identifier that allows the component to be referenced by other components in the page. |
|
14.0 |
global |
isQueryGenerated |
Boolean |
Flag indicating whether this article list was produced from a generated query that did not originate from the user. |
|
41.0 |
|
keyword |
String |
The search keyword if the search is not null. When the keyword attribute is specified, the results are sorted by keyword relevance and the sortBy attribute is ignored. |
|
41.0 |
|
language |
String |
The language in which the articles must be retrieved. |
|
41.0 |
|
pageNumber |
Integer |
The current page number. |
|
41.0 |
|
pageSize |
Integer |
The number of articles displayed at once. The total number of articles displayed in a page cannot exceed 200. |
|
41.0 |
|
rendered |
Boolean |
A Boolean value that specifies whether the component is rendered on the page. If not specified, this value defaults to true. |
|
14.0 |
global |
sortBy |
String |
The sort value applied to the article list: 'mostViewed,' 'lastUpdated,' and 'title'. When the keyword attribute is specified, the sortBy attribute is ignored. |
|
41.0 |
|