Item_Aggregation_Utilities.Gat_All_Browse Method 
 Method returns the table of results for the browse indicated 
Namespace: SobekCM.Engine_Library.AggregationsAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
| C# | 
|---|
public static Multiple_Paged_Results_Args Gat_All_Browse(
	Complete_Item_Aggregation ItemAggr,
	int Page,
	int Sort,
	int Results_Per_Page,
	bool Potentially_Include_Facets,
	bool Need_Browse_Statistics,
	Custom_Tracer Tracer
)  | 
Parameters
- ItemAggr
 - Type: SobekCM.Core.Aggregations..::..Complete_Item_Aggregation
Object with all the information about the browse 
- Page
 - Type: System..::..Int32
 Page of results requested for the indicated browse  
- Sort
 - Type: System..::..Int32
 Sort applied to the results before being returned  
- Results_Per_Page
 - Type: System..::..Int32
 Number of results to retrieve per page 
- Potentially_Include_Facets
 - Type: System..::..Boolean
 Flag indicates if facets could be included in this browse results  
- Need_Browse_Statistics
 - Type: System..::..Boolean
 Flag indicates if the browse statistics (facets and total counts) are required for this browse as well  
- Tracer
 - Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering 
Return Value
Type: 
Multiple_Paged_Results_Args Resutls for the browse or info in table form 
 
See Also