ContentElement Class

Individual view settings in a notification content.
Inheritance Hierarchy
SystemObject
  Dundas.BI.NotificationsContentElement

Namespace: Dundas.BI.Notifications
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class ContentElement

The ContentElement type exposes the following members.

Constructors
 NameDescription
Public methodContentElement Initializes a new instance of the ContentElement class.
Top
Properties
 NameDescription
Public propertyAdapterRequests Gets the list of requests generated by the adapters.
Public propertyLongLink Gets or sets the view long link which contains any over-rides or non-default view parameters.
Public propertyName Gets or sets the name of the current instance.
Public propertyRequests Gets the view requests.
Public propertyViewId Gets the view identifier.
Public propertyViewParameters Gets the list of view parameters.
Top
See Also