Class SubscriptionType
This class represents a Subscription Type.
Inheritance
System.Object
SubscriptionType
Namespace: DotNetNuke.Services.Social.Subscriptions.Entities
Assembly: DotNetNuke.dll
Syntax
public class SubscriptionType : object
Properties
| Improve this Doc View SourceDesktopModuleId
Gets or sets the Desktop Module Id associated with the subscription type. This is an optional field but it should be set if the Subscription Type belongs to a specific module.
Declaration
public int DesktopModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FriendlyName
Gets or sets the Subscription Friendly Name.
Declaration
public string FriendlyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubscriptionName
Gets or sets the Subscription Name.
Declaration
public string SubscriptionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubscriptionTypeId
Gets or sets the Subscription Type identifier.
Declaration
public int SubscriptionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |