Retrieves a Single Subscription Type that match the where predicate.
Namespace: DotNetNuke.Services.Social.SubscriptionsAssembly: 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