NotificationContentRemoveContentElement Method |
Removes the content element from the current notification content.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void RemoveContentElement(
ContentElement element
)
Public Sub RemoveContentElement (
element As ContentElement
)
public:
void RemoveContentElement(
ContentElement^ element
)
member RemoveContentElement :
element : ContentElement -> unit Parameters
- element ContentElement
- The content element.
Exceptions
See Also