mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

AggregationViewBag Constructor



Constructor for a new instance of the AggregationViewBag class


Namespace: SobekCM.Library
Assembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public AggregationViewBag(
	Item_Aggregation Hierarchy_Object,
	Search_Results_Statistics Results_Statistics,
	List<iSearch_Title_Result> Paged_Results,
	Item_Aggregation_Child_Page Browse_Object,
	HTML_Based_Content Static_Web_Content
)

Parameters

Hierarchy_Object
Type: SobekCM.Core.Aggregations..::..Item_Aggregation
Current item aggregation object to display
Results_Statistics
Type: SobekCM.Core.Results..::..Search_Results_Statistics
Information about the entire set of results for a browse
Paged_Results
Type: System.Collections.Generic..::..List<(Of <(<'iSearch_Title_Result>)>)>
Single page of results for a browse, within the entire set
Browse_Object
Type: SobekCM.Core.Aggregations..::..Item_Aggregation_Child_Page
Object contains all the basic information about any browse or info display
Static_Web_Content
Type: SobekCM.Core.WebContent..::..HTML_Based_Content
HTML content-based aggregation browse or info. These are objects which are read from a static HTML file and much of the head information must be maintained

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )