Class SubscribeResult
This class represents the result of a subscription operation for a newsletter subscriber.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class SubscribeResult
Properties
IsNew
Gets or sets a boolean value indicating whether the subscriber is a new subscriber, i.e. whether a new subscriber object was created during the subscription operation.
Declaration
public bool IsNew { get; set; }
Property Value
Type | Description |
---|---|
bool |
Subscriber
Gets or sets the NewsletterSubscriber object that was created or updated as a result of the subscription operation.
Declaration
public NewsletterSubscriber Subscriber { get; set; }
Property Value
Type | Description |
---|---|
NewsletterSubscriber |