SaaS CMS has officially launched! Learn more now.

Class SubscriptionClearedEventArgs

Arguments for a clear Subscription event.

Inheritance
System.Object
SubscriptionClearedEventArgs
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class SubscriptionClearedEventArgs : EventArgs

Constructors

SubscriptionClearedEventArgs()

Declaration
public SubscriptionClearedEventArgs()

Properties

SubscriptionKey

The key of the cleared Subscription.

Declaration
public Uri SubscriptionKey { get; set; }
Property Value
Type Description
System.Uri

Extension Methods