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.
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.
PropertyCriteria criteria = new PropertyCriteria();
criteria.IsNull = true;
criteria.Name = "WriterName";
PropertyCriteriaCollection pcc = new PropertyCriteriaCollection();
col.Add(criteria);
PageDataCollection pages;
pages = Global.EPDataFactory.FindPagesWithCriteria(Global.EPConfig.StartPage, pcc, EPiServer.Security.AccessControlList.NoAccess);
That code will return all pages where WriterName is null.