IContentNotificationRemoveContentItem Method  | 
 
            Remove the specified content item.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid RemoveContentItem(
	Guid contentId
)
Sub RemoveContentItem ( 
	contentId As Guid
)
void RemoveContentItem(
	Guid contentId
)
abstract RemoveContentItem : 
        contentId : Guid -> unit 
Parameters
- contentId
 - Type: SystemGuid
The Id of the content item to be removed from the notification. 
See Also