Class OverviewConfiguration
Represents overview page metadata.
public class OverviewConfiguration
- Inheritance
-
objectOverviewConfiguration
- Extension Methods
Properties
Callouts
Callouts on this page.
public ICollection<CalloutConfiguration> Callouts { get; set; }
Property Value
- ICollection<CalloutConfiguration>
Caption
Overview template caption.
public string Caption { get; set; }
Property Value
- string
CardGroups
Card groups on this page.
public ICollection<OverviewCardGroup> CardGroups { get; set; }
Property Value
- ICollection<OverviewCardGroup>
ErrorMessage
Error message to be displayed instead of the overview page.
public string ErrorMessage { get; set; }
Property Value
- string