Complete_Item_Aggregation_Highlights Class
Holds all the information about an item aggregation highlight, including text, image, tooltip, and link
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Complete_Item_Aggregation_Highlights |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Image | Gets and sets the image to display as the highlight |
| Link | Gets and set the link that the user goes to when they click on this image |
| Text_Dictionary | Gets the dictionary of languages to text |
| Tooltip_Dictionary | Gets the dictionary of languages to tooltips |
See Also