public void DeleteSubscription(NotificationsSubscriptionPart subscription)
 {
     _contentManager.Remove(subscription.ContentItem);
 }
 private void TriggerNotificationsSubscriptionUnpublishedEvents(PublishContentContext context, NotificationsSubscriptionPart part) {
     // TODO: these triggers / iterating over interfaces are what will allow other modules to integrate
 }
Exemplo n.º 3
0
 public void DeleteSubscription(NotificationsSubscriptionPart subscription) {
     _contentManager.Remove(subscription.ContentItem);
 }
 private void TriggerNotificationsSubscriptionUnpublishedEvents(PublishContentContext context, NotificationsSubscriptionPart part)
 {
     // TODO: these triggers / iterating over interfaces are what will allow other modules to integrate
 }