November Happy Hour will be moved to Thursday December 5th.
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 ?
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 ?