Creates a new Subscription Type. If the operation succeed the SubscriptionTypeId property of the Subscription entity will be filled up.

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

Syntax

C#
void AddSubscriptionType(
	SubscriptionType subscriptionType
)
Visual Basic
Sub AddSubscriptionType ( 
	subscriptionType As SubscriptionType
)

Parameters

subscriptionType
Type: DotNetNuke.Services.Social.Subscriptions.Entities..::..SubscriptionType
Subscription Type

See Also