Skip to content
Hendy Racher edited this page Mar 26, 2017 · 2 revisions

Data Sources are used to supply a collection of Key / Label pairs to the Editor Controls.

Use any custom logic to return data

Use an enum as the data source

Query any JSON data using JSONPath query syntax

Query any configured Lucene searcher (eg the Umbraco configured InternalSearcher, InternalMemberSearcher or ExternalSearcher) using raw Lucene syntax

Use the Umbraco Relations data in the current site

Query any SQL database (as configured in the web.config connection strings)

Query the Umbraco Content, Media, Members in the current site, or any other XML data

Clone this wiki locally