ISearchWebService ProcessParameters Method Ankiro Enterprise Suite Reference Documentation
Note: This method is only relevant if custom parameter processing has been enabled in Ankiro Enterprise Suite. Applies custom parameter processing to the given search parameters without actually performing a search. The returned parameters can be sent to the Search method with DisableCustomParameterProcessing set to true. If no custom processing has been enabled, the parameters will be returned in an unmodified state.

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

SearchParameters ProcessParameters(
	SearchParameters parameters
)

Return Value

Type: SearchParameters
The processed parameters
See Also