Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

DataRoute has a special facility for handling lists of content.  To use this to work with a content type SomeContent, add a DataRoute of type List<SomeContent>. The DataRoute will then call the GetList method of Collator to retrieve the relevant data.  GetList will analyse the query string arguments of the current url using the OData standard, filtering and/or paging the list of data as appropriate.

  • No labels