CachedDataManager.Retrieve_Browse_Result_Statistics Method
Retrieves the table of search results from the cache
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static Search_Results_Statistics Retrieve_Browse_Result_Statistics(
string Aggregation_Code,
string Browse_Name,
Custom_Tracer Tracer
) |
Parameters
- Aggregation_Code
- Type: System..::..String
Aggregation code for the browse statistics to retrieve from the cache
- Browse_Name
- Type: System..::..String
Name of the browse to retrieve the browse statistics from the cache
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Search_Results_Statistics Either NULL or the search results item/title list
See Also