Returns the Content Subscriptions.

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

Syntax

C#
IEnumerable<Subscription> GetContentSubscriptions(
	int portalId,
	int subscriptionTypeId,
	string objectKey
)
Visual Basic
Function GetContentSubscriptions ( 
	portalId As Integer,
	subscriptionTypeId As Integer,
	objectKey As String
) As IEnumerable(Of Subscription)

Parameters

portalId
Type: System..::..Int32
Portal Id
subscriptionTypeId
Type: System..::..Int32
Subscription Type Id
objectKey
Type: System..::..String
Object Key

Return Value

Collection of subscriptions

See Also