Code below returns true instead of children on version 7.6.3. I need this type of querying because I need to get children of multiple types of document type. Same query works on older versions.
CurrentPage.AncestorOrSelf(1).Children.Where("DocumentTypeAlias==\"contact\"")
Querying not working on version 7.6.3.
Code below returns true instead of children on version 7.6.3. I need this type of querying because I need to get children of multiple types of document type. Same query works on older versions.
CurrentPage.AncestorOrSelf(1).Children.Where("DocumentTypeAlias==\"contact\"")
Hi Anamarija,
What if you do something like this.
Does this works for you? Then you should get children that are using the doctype "contact"
Hope this helps,
/Dennis
is working on a reply...