Index Selector

Retrieve all the indexes for a given Sitecore instance based on the parameters from a selected profile. Represents them in a dropdown for user to select either a specific index to process or all at the same time.

Namespace: Sifon.Shared.Forms.IndexSelectorDialog

Class type: IndexSelector

Usage from meta-language:

### $Indexes = new Sifon.Shared.Forms.IndexSelectorDialog.IndexSelector::GetIndex($Profile)

param([string[]]$Indexes) # an example of receiving this parameter into a plugin script

Preview

IndexSelector


<- Home