Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

ContentIndexer IncludeField or ExcludeField?

$
0
0

Hi I am trying to use an API documented on http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/12/Integration/episerver-7-5/Indexing/

But the example for "ExcludeField" provided doesn't seem to work with Episerver.Find.Cms 12.2.4

ContentIndexer.Instance.Conventions  .ForInstancesOf<PageData>()  .ExcludeField(x => x.ACL)
The extension method ExcludeField is missing.. Am I missing a using??

Ideally I want to use an .IncludeField(x => x.something) if anyone knows if this also should exist?

Viewing all articles
Browse latest Browse all 6894

Trending Articles