IManagementWebService CreateSearchProfileBasedOnIndex Method Ankiro Enterprise Suite Reference Documentation
Creates a new search profile based on an existing index.

Namespace: Ankiro.SearchServer.Web.Services
Assembly: Ankiro.SearchServer.Web (in Ankiro.SearchServer.Web.dll) Version: 1.13.770.19253 (1.13.770.19253)
Syntax

SearchProfileData CreateSearchProfileBasedOnIndex(
	int indexId
)

Parameters

indexId
Type: System Int32
Id of the index to base the created search profile on.

Return Value

Type: SearchProfileData
See Also