Click or drag to resize
AzureSearchWebPartGeneratorGenerate Method
Creates Azure web part and all required items.

Namespace: CMS.DancingGoat.Samples
Assembly: CMS.DancingGoat.Samples (in CMS.DancingGoat.Samples.dll) Version: 11.0.0
Syntax
C#
public void Generate(
	string indexServiceName,
	string indexAdminKey
)

Parameters

indexServiceName
Type: SystemString
Index service name.
indexAdminKey
Type: SystemString
Index admin key.
See Also