I have three document types and its corresponding templates. My tree is as shown below.
1. Video List
2. Video Item
3. Item Details
The Video List page list all items in the Video Item template. Item Details is the child node of Video Item template. I want all nodes in the Video Item from the Item Details page.
i have tried the below code. But it is showing as Xpath need some assembly reference.
Model.Content.XPath("//*[@isDoc and @level = 1]");
Please help