How do I list pages from multiple sources?
Versions:
n/a,
FAQ number:
97,
Old FAQ number: 941
Q: How do I list pages from multiple sources?
A: Simply chain web controls using the DataSource property and fetch new lists of pages with the PageLink property on each chained control. The pages received using the DataSource and PageLink properties on a control are automatically combined into a new list that can be passed to the next control in the chain, and so on.
Here is an example with 3 chained controls; PageSource1 fetches pages from a PageReference property called "OtherPages1", PageSource2 imports the results from PageSource1 and also gets a new list of pages from a PageReference property called "OtherPages2".