search
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Asked in another way:
Model.MyContentArea.Items.Count gives me the number of total items. I need the number of visible items
Does this work for you?
var count = currentPage.MainContentArea.FilteredItems.Count();
Having a contentArea are I wish to progrematically to determine which blocks are visible and which are not using the specifc content groups?