Adds or updates one or more master form pages to the full text search database
public void Upsert(IEnumerable<FullTextSearchItem> items)
items
Properties of the items to add or update. Must not be null.
This method loops through items and calls Upsert(FullTextSearchItem) for each item.