Retrieves all the Subscription Type.

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

Syntax

C#
IEnumerable<SubscriptionType> GetSubscriptionTypes()
Visual Basic
Function GetSubscriptionTypes As IEnumerable(Of SubscriptionType)

Return Value

Subscription Types collection

See Also