I am using U4.11.1 and i am facing following issue for where() CurrentPage.Descendants.
@CurrentPage.Descendants("eBook").Count() // This works fine @CurrentPage.Descendants("eBook").Where("featureId > 0").Count() //This does not works
"eBook" is my document type alias and "featureId" is my field alias for numeric field.
I don't know if i am doing something wrong or their is different way to do this. Basically i want all descendant nodes of type "eBook" for whom featureId > 0.
.Where with CurrentPage.Descendants
Hi Community
I am using U4.11.1 and i am facing following issue for where() CurrentPage.Descendants.
"eBook" is my document type alias and "featureId" is my field alias for numeric field.
I don't know if i am doing something wrong or their is different way to do this. Basically i want all descendant nodes of type "eBook" for whom featureId > 0.
Thanks & Regards
Pinal Bhatt
Hi Community... any hlep, please.
Hi Community... any hlep, please.
is working on a reply...