Class UnsubscribeResult
Represents the result of an unsubscribe operation.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class UnsubscribeResult
Properties
IsFound
Gets or sets a value indicating whether the subscriber was found and unsubscribed successfully.
Declaration
public bool IsFound { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Subscriber
Gets or sets the newsletter subscriber that was unsubscribed, or null if not found.
Declaration
public NewsletterSubscriber Subscriber { get; set; }
Property Value
| Type | Description |
|---|---|
| NewsletterSubscriber |