Returns the Content Subscriptions

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

Syntax

C#
IDataReader GetSubscriptionsByContent(
	int portalId,
	int subscriptionTypeId,
	string objectKey
)
Visual Basic
Function GetSubscriptionsByContent ( 
	portalId As Integer,
	subscriptionTypeId As Integer,
	objectKey As String
) As IDataReader

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