Class ContentIndexBuilderService
- Namespace
- Dynamicweb.Content
- Assembly
- Dynamicweb.dll
Triggers UpdateWithIds builds on all ContentIndexBuilder instances when pages change.
public static class ContentIndexBuilderService
- Inheritance
-
ContentIndexBuilderService
- Inherited Members
Methods
UpdateIndexWithIds(IEnumerable<int>)
Queues an UpdateWithIds build for the given page IDs across all content indexes.
public static void UpdateIndexWithIds(IEnumerable<int> pageIds)
Parameters
pageIdsIEnumerable<int>
UpdateIndexWithIds(int)
Queues an UpdateWithIds build for the given page ID across all content indexes.
public static void UpdateIndexWithIds(int pageId)
Parameters
pageIdint