Click or drag to resize

BaseSmartSearchDataProviderOnGetPreviewData Method (Int32, SmartSearchRuleGroupCollection, SmartSearchSortInfo)

Namespace:  Dynamicweb.SmartSearch.DataProviders
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
protected virtual DataTable OnGetPreviewData(
	int ResultsLimit,
	SmartSearchRuleGroupCollection QueryRules,
	SmartSearchSortInfo[] SortParams
)

Parameters

ResultsLimit
Type: SystemInt32
QueryRules
Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRuleGroupCollection
SortParams
Type: Dynamicweb.SmartSearchSmartSearchSortInfo

Return Value

Type: DataTable
See Also