Adds a Subscription Type

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

Syntax

C#
int AddSubscriptionType(
	string subscriptionName,
	string friendlyName,
	int desktopModuleId
)
Visual Basic
Function AddSubscriptionType ( 
	subscriptionName As String,
	friendlyName As String,
	desktopModuleId As Integer
) As Integer

Parameters

subscriptionName
Type: System..::..String
Subscription Type Name
friendlyName
Type: System..::..String
Subscription Type FriendlyName
desktopModuleId
Type: System..::..Int32
DesktopModule Id

Return Value

Subscription Type Id

See Also