Click or drag to resize

InsightsPublisherAttribute Class

Use to manage dashboard behaviour in insights publisher app
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dynamicweb.DashboardsInsightsPublisherAttribute

Namespace:  Dynamicweb.Dashboards
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface)]
public class InsightsPublisherAttribute : Attribute

The InsightsPublisherAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInsightsPublisherAttribute
Initializes a new instance of the InsightsPublisherAttribute class
Top
Properties
  NameDescription
Public propertyVisible
Hides dashboard on insights publisher app when it's false
Top
See Also