Property Name
|
Description
|
Sample Value
|
Document types
|
Types of documents that should be displayed, separated with a semicolon (;).
In case of menu and navigation web parts, the page (cms.menuitem) documents are selected by default.
The other web parts retrieve all documents without their custom fields by default.
Please note: if you specify more than one document type, only common data fields from the View_CMS_Tree_Joined view will be available in the web part (in transformations, WHERE condition and ORDER BY expressions).
|
cms.article;cms.news;cms.menuitem
|
Combine with default culture
|
Indicates if default language version of the document should be displayed if the document is not translated to the current language.
|
You can choose from yes and no or you can choose to use web site-level settings.
|
Culture code
|
Culture version of the displayed content.
|
en-us
|
Maximum nesting level
|
Maximum nesting level. It specifies the number of sub-levels in the content tree that should included in the displayed content.
Value 1 indicates that only the current document should be returned.
Value -1 indicates all child documents.
|
|
ORDER BY expression
|
ORDER BY part of the SELECT query.
|
ProductName ASC, ProductPrice DESC
|
Select only published
|
Indicates if only published documents should be displayed.
|
|
Site name
|
Code name of the web site from which you want to display the content.
If you leave the value empty, the content is retrieved from the current web site.
|
CorporateSite
|
WHERE condition
|
WHERE part of the SELECT query.
|
ProductPrice > 100 AND ProductColor='green'
|
Filter out duplicate documents
|
If the displayed data contains multiple links to the same document (see Linked docs for details), you can choose to display only one of them.
|
|