This controller is responsible to manage the subscription types.

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

Syntax

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

Inheritance Hierarchy

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

See Also