Job that handles subscriptions, scheduled automatically by EPiServer Scheduler and should not be called in code.

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

Syntax

C#
[ScheduledPlugInAttribute(DisplayName = "Subscription", LanguagePath = "/admin/databasejob/subscription", 
	HelpFile = "SubscriptionJob.htm")]
public class SubscriptionJob

Inheritance Hierarchy

System..::.Object
  EPiServer.Personalization..::.SubscriptionJob

See Also