iAggregationViewer Interface
Interface which all collection viewers must implement
Namespace: SobekCM.Library.AggregationViewer.ViewersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public interface iAggregationViewer |
Remarks
Methods
Properties
| Name | Description |
---|
| AggregationViewer_Behaviors | Gets the collection of special behaviors which this aggregation viewer
requests from the main HTML subwriter. |
| Is_Internal_View | Gets flag which indicates whether this is an internal view, which may have a
slightly different design feel |
| Search_Script_Action | Gets the reference to the javascript method to be called |
| Search_Script_Reference | Gets the reference to the javascript file to be included in the HTML |
| Secondary_Text_Requires_Controls | Gets flag which indicates whether the secondary text requires controls |
| Selection_Panel_Display | Gets flag which indicates whether the selection panel should be displayed |
| Type | Gets the type of collection view or search |
| Viewer_Icon | Gets the URL for the icon related to this aggregational viewer task |
| Viewer_Title | Title for the page that displays this viewer, this is shown in the search box at the top of the page, just below the banner |
See Also