Consider this SharePoint site hierarchy:
- Site Collection
- Site1
- Subsite1
- AnotherSubsite1
- Page1
- Page2
- AnotherSubsite2
- Subsite2
- Page3
- Page4
- Site2
You can assume that every Site in the above hierarchy has a default page.
If I place a CQWP on Site1's default page, can I instruct it to start getting data one level below where it was placed? i.e. ignore the page/site it's currently on, so that it returns:
- Subsite1
- AnotherSubsite1
- Page1
- Page2
- AnotherSubsite2
- Subsite2
- Page3
- Page4
Thank you