Retrieves a Single Subscription Type that match the where predicate.

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

Syntax

C#
SubscriptionType GetSubscriptionType(
	Func<SubscriptionType, bool> predicate
)
Visual Basic
Function GetSubscriptionType ( 
	predicate As Func(Of SubscriptionType, Boolean)
) As SubscriptionType

Parameters

predicate
Type: System..::..Func<(Of <(<'SubscriptionType, Boolean>)>)>
Where Predicate

Return Value

Subscription Type

See Also