  | SmartSearchGetResultT Method (SmartSearchSortInfo) | 
  
    Namespace: 
   Dynamicweb.SmartSearch
    Assembly:
   Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntaxpublic T GetResult<T>(
	params SmartSearchSortInfo[] SortParams
)
where T : class
Public Function GetResult(Of T As Class) ( 
	ParamArray SortParams As SmartSearchSortInfo()
) As T
Parameters
- SortParams
 - Type: Dynamicweb.SmartSearchSmartSearchSortInfo
 
Type Parameters
- T
 
Return Value
Type: 
T
See Also