How to add page type where condition in macro ?
Documents["/Products"].AllChildren.DisplayNames
I have written above and its working fine but i need to add class name(page type) condition here for filter out data. please see below image.
Add Where("ClassName = 'cms.menuitem'") after AllChildren
Where("ClassName = 'cms.menuitem'")
Thank you very much. its working fine...
Please, sign in to be able to submit a new answer.