  | BaseSmartSearchDataProviderGetCountCacheKey Method (Int32, SmartSearchRulesGroupCollection) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.SmartSearch.DataProviders
    Assembly:
   Dynamicweb.SmartSearch (in Dynamicweb.SmartSearch.dll) Version: 2.0.2
Syntax[ObsoleteAttribute("Use GetCountCacheKey instead")]
protected static string GetCountCacheKey(
	int ResultsLimit,
	SmartSearchRulesGroupCollection QueryRules
)<ObsoleteAttribute("Use GetCountCacheKey instead")>
Protected Shared Function GetCountCacheKey ( 
	ResultsLimit As Integer,
	QueryRules As SmartSearchRulesGroupCollection
) As StringParameters
- ResultsLimit
 - Type: SystemInt32
 - QueryRules
 - Type: Dynamicweb.SmartSearch.SmartSearchRulesSmartSearchRulesGroupCollection
 
Return Value
Type: 
String
See Also