IManagementWebService GetSearchProfile Method Ankiro Enterprise Suite Reference Documentation
Returns information about an existing search profile based on an id. Null is returned if the specified search profile id does not exist.

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 GetSearchProfile(
	int id
)

Parameters

id
Type: System Int32

Return Value

Type: SearchProfileData
See Also