I'm generating a navigation list with a title above it. The title is
the headline of the current page. The navigation list is all of the
current page's children.

I use Context:CurrentIndex.HasChildren() to determine if the page has
any children. If it does, I display both the headline (with
Context:CurrentIndex.Headline) and the next level of navigation, which
is just a list of child pages. The problem I'm seeing is that
Context:CurrentIndex.HasChildren() returns true even if all of the
children are expired. This is probably technically correct but results
in a page with a navigation header but no nav.

Is there a way that I can also check whether the child pages are
expired?

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to