public void SetIndexStatus(Guid[] contentIds, bool isIndexed) { listItemService.UpdateIndexingStatus(contentIds, isIndexed); }