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

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

Syntax

C#
public IDataReader IsSubscribed(
	int portalId,
	int userId,
	int subscriptionTypeId,
	string objectKey,
	int moduleId,
	int tabId
)
Visual Basic
Public Function IsSubscribed ( 
	portalId As Integer,
	userId As Integer,
	subscriptionTypeId As Integer,
	objectKey As String,
	moduleId As Integer,
	tabId As Integer
) As IDataReader

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
subscriptionTypeId
Type: System..::..Int32
paramsubscriptionTypeIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
objectKey
Type: System..::..String
paramobjectKeyM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
moduleId
Type: System..::..Int32
parammoduleIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.Social.Subscriptions.Data.DataService.IsSubscribed(System.Int32,System.Int32,System.Int32,System.String,System.Int32,System.Int32)

Return Value

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

Implements

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

See Also