AzureSearchWebPartGeneratorGenerate Method |
Creates Azure web part and all required items.
Namespace: CMS.DancingGoat.SamplesAssembly: CMS.DancingGoat.Samples (in CMS.DancingGoat.Samples.dll) Version: 12.0.0
Syntax public void Generate(
string indexServiceName,
string indexAdminKey
)
Parameters
- indexServiceName
- Type: SystemString
Index service name. - indexAdminKey
- Type: SystemString
Index admin key.
See Also