summaryM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.GetSubscriptionsByContent(System.Int32,System.Int32,System.String)

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.GetSubscriptionsByContent(System.Int32,System.Int32,System.String)
subscriptionTypeId
Type: System..::..Int32
paramsubscriptionTypeIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.GetSubscriptionsByContent(System.Int32,System.Int32,System.String)
objectKey
Type: System..::..String
paramobjectKeyM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.GetSubscriptionsByContent(System.Int32,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.GetSubscriptionsByContent(System.Int32,System.Int32,System.String)

Implements

IDataService..::..GetSubscriptionsByContent(Int32, Int32, String)

See Also