Class OverviewTemplateClientProperties
Represents overview page metadata.
public class OverviewTemplateClientProperties : TemplateClientProperties
- Inheritance
-
objectOverviewTemplateClientProperties
- Inherited Members
- Extension Methods
Constructors
OverviewTemplateClientProperties()
public OverviewTemplateClientProperties()
Properties
Caption
Overview template caption.
public string Caption { get; set; }
Property Value
- string
ErrorMessage
Error message to be displayed instead of the overview page.
public string ErrorMessage { get; set; }
Property Value
- string
NotificationBarMessages
The notification bar with the message to display.
public ICollection<NotificationBarMessageWithType> NotificationBarMessages { get; set; }
Property Value
- ICollection<NotificationBarMessageWithType>