A plug-in attribute to have a custom subscription sender class available under system settings.

Namespace:  EPiServer.Personalization
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
[AttributeUsageAttribute(AttributeTargets.Class)]
public class SubscriptionPlugInAttribute : PlugInAttribute

Remarks

A subscription plug-in must implement the ISubscriptionHandler interface.

Note: This plug-in will not activate this handler, it will only show up as a new alternative that have to be manually selected under System settings in administration mode.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    EPiServer.PlugIn..::.PlugInAttribute
      EPiServer.Personalization..::.SubscriptionPlugInAttribute

See Also