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
How can we use contentIndexer to understand EPiServer.Find.Framework.WebContent? We would like to exclude a property of these WebContent documents. These are of type:
EPiServer.Find.Framework.WebContent
For example, this works for our type "ErrorPage":
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(x => false);
Also we can exclude just a property from this pageType.
But is it possible to have ContentIndexer resolve type EPiServer.Find.Framework.WebContent ?