Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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