ContentElement Constructor  | 
  
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic ContentElement(
	Guid viewId
)
Public Sub New ( 
	viewId As Guid
)
public:
ContentElement(
	Guid viewId
)
new : 
        viewId : Guid -> ContentElementParameters
- viewId
 - Type: SystemGuid
The view identifier. 
Exceptions
See Also