CachedDataManager.Retrieve_Browse_Results Method
Retrieves a result set for browsing a set of items underneath an item aggregation
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static List<iSearch_Title_Result> Retrieve_Browse_Results(
string Aggregation_Code,
string Browse_Name,
int Page,
int Sort,
Custom_Tracer Tracer
) |
Parameters
- Aggregation_Code
- Type: System..::..String
Code for the item aggregation being browsed
- Browse_Name
- Type: System..::..String
Name of this browse (or info)
- Page
- Type: System..::..Int32
Page of the browse results to retrieve
- Sort
- Type: System..::..Int32
Sort type for the current browse results to retrieve
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
List<(Of <(<'iSearch_Title_Result>)>)> Either NULL or the item browse from the cache
See Also