AggregationViewBag Class
Aggregation view bag is used to hold aggregation specific data that is passed down to
each individual aggregation viewer
Namespace: SobekCM.LibraryAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class AggregationViewBag |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| AggregationViewBag | Constructor for a new instance of the AggregationViewBag class |
Fields
| Name | Description |
---|
| Browse_Object | Object contains all the basic information about any browse or info display |
| Hierarchy_Object | Current item aggregation object to display |
| Paged_Results | Single page of results for a search or browse, within the entire set |
| Results_Statistics | Information about the entire set of results for a search or browse |
| Static_Web_Content | HTML content-based browse, info, or imple CMS-style web content objects. These are objects which are read from a static HTML file and much of the head information must be maintained |
See Also