Click or drag to resize

BaseSmartSearchDataProviderGetPreviewData Method (Int32, SmartSearchRulesGroupCollection, SmartSearchSortInfo)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SmartSearch.DataProviders
Assembly:  Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax
[ObsoleteAttribute]
public DataTable GetPreviewData(
	int ResultsLimit,
	SmartSearchRulesGroupCollection QueryRules,
	params SmartSearchSortInfo[] SortParams
)

Parameters

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

Return Value

Type: DataTable
See Also