Deletes a Subscription Type

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

Syntax

C#
bool DeleteSubscriptionType(
	int subscriptionTypeId
)
Visual Basic
Function DeleteSubscriptionType ( 
	subscriptionTypeId As Integer
) As Boolean

Parameters

subscriptionTypeId
Type: System..::..Int32
Subscription Type Id

Return Value

True if the subscription type has been deleted, false otherwise

See Also