ContentNotificationRemoveContentItem Method

Remove the specified content item.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void RemoveContentItem(
	Guid contentId
)

Parameters

contentId
Type: SystemGuid
The Id of the content item to be removed from the notification.

Implements

IContentNotificationRemoveContentItem(Guid)
See Also