This controller is responsible to manage the user subscriptions.

Namespace: DotNetNuke.Services.Social.Subscriptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class SubscriptionController : ServiceLocator<ISubscriptionController, SubscriptionController>, 
	ISubscriptionController
Visual Basic
Public Class SubscriptionController
	Inherits ServiceLocator(Of ISubscriptionController, SubscriptionController)
	Implements ISubscriptionController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ISubscriptionController, SubscriptionController>)>)>
    DotNetNuke.Services.Social.Subscriptions..::..SubscriptionController

See Also