Returns the User Subscriptions

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

Syntax

C#
IDataReader GetSubscriptionsByUser(
	int portalId,
	int userId,
	int subscriptionTypeId
)
Visual Basic
Function GetSubscriptionsByUser ( 
	portalId As Integer,
	userId As Integer,
	subscriptionTypeId As Integer
) As IDataReader

Parameters

portalId
Type: System..::..Int32
Portal Id
userId
Type: System..::..Int32
User Id
subscriptionTypeId
Type: System..::..Int32
Subscription Type Id

Return Value

Collection of Subscriptions

See Also