Is it true that there isn't a .presence attribute for master pages and
content areas? I have a form with multiple master pages, and based on
certain criteria, I'd like to not display the master page.This master
page has 1 content areas. One is a header area. The rest of the page is
content area 2. It is blank. I have a conditional breakpoint that sends
line items from a table to content area 2 if I have more than 7 line
items.If I have 7 or fewer line items, I'd like to hide this master
page, bu...