summaryM:DotNetNuke.Services.Social.Subscriptions.SubscriptionController.GetContentSubscriptions(System.Int32,System.Int32,System.String)

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Subscriptions.SubscriptionController.GetContentSubscriptions(System.Int32,System.Int32,System.String)
subscriptionTypeId
Type: System..::..Int32
paramsubscriptionTypeIdM:DotNetNuke.Services.Social.Subscriptions.SubscriptionController.GetContentSubscriptions(System.Int32,System.Int32,System.String)
objectKey
Type: System..::..String
paramobjectKeyM:DotNetNuke.Services.Social.Subscriptions.SubscriptionController.GetContentSubscriptions(System.Int32,System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Services.Social.Subscriptions.SubscriptionController.GetContentSubscriptions(System.Int32,System.Int32,System.String)

Implements

ISubscriptionController..::..GetContentSubscriptions(Int32, Int32, String)

See Also