Hi
I'm using version 8.6.1.30
In my project I'm listing all subpages of a page in cshtml with a foreach loop using
var reports = Pageview.Page.Children;
@foreach (var report in reports)
Using this method the foreach loop list all the pages published and unpublished. Is there a way to check if the subpage is published or unpublished?