Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.04 KB

data-source--umbraco-content.md

File metadata and controls

28 lines (14 loc) · 1.04 KB

Contentment for Umbraco logo

Contentment for Umbraco

Data Sources

Umbraco Content

Select a start node to use its children as the data source.

How to configure the editor?

The editor give you two options for selecting the start node - by choosing a specific node using a Content Picker:

Configuration Editor for Umbraco Content

- or by specifying an XPath query that selects the node:

Configuration Editor for Umbraco Content showing the XPath query field

Note: If the XPath query returns more than a single node, only the first matching node will be the one that's used as a parent for the data-source.

What is the value's object-type?

The value returned from the List editor is an IPublishedContent.

Depending on the List editor used, this may be wrapped in a List<IPublishedContent>.