Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I call this @foreach(var page in root.Descendants("ProductPage").Where("Visible").OrderBy("Name")) but it return empty group. Is there some logic error?
Yea there is. What are you trying to get from the descndants? What data are you trying to access? Charlie :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Why Is root.Descendants empty?
I call this @foreach(var page in root.Descendants("ProductPage").Where("Visible").OrderBy("Name")) but it return empty group. Is there some logic error?
Yea there is. What are you trying to get from the descndants? What data are you trying to access? Charlie :)
is working on a reply...