London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
The following criteria should work:
var categoryCriteria = new PropertyCriteria { Name = "PageCategory", Type = PropertyDataType.Category, Value = CategoryList.LoadCategories().ToString(), Required = true, IsNull = false };
This will include only pages with a category
I'm trying to write a PropertyCriteria that excludes any pages where the PageCategory property is empty. There is a property that indicates if it is or not
This doesn't work
Any advice? Thanks