ContentNotificationRemoveContentItem Method |
Remove the specified content item.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void RemoveContentItem(
Guid contentId
)
Public Sub RemoveContentItem (
contentId As Guid
)
public:
virtual void RemoveContentItem(
Guid contentId
) sealed
abstract RemoveContentItem :
contentId : Guid -> unit
override RemoveContentItem :
contentId : Guid -> unit Parameters
- contentId Guid
- The Id of the content item to be removed from the notification.
Implements
IContentNotificationRemoveContentItem(Guid)
See Also