DataWeb
Search Results for

    Show / Hide Table of Contents

    Class UnsubscribeResult

    Represents the result of an unsubscribe operation.

    Inheritance
    object
    UnsubscribeResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Newsletter
    Assembly: DataWeb.Core.dll
    Syntax
    public class UnsubscribeResult

    Properties

    IsFound

    Indicates whether the subscriber was found and unsubscribed successfully.

    Declaration
    public bool IsFound { get; set; }
    Property Value
    Type Description
    bool

    Subscriber

    The newsletter subscriber that was unsubscribed, or null if not found.

    Declaration
    public NewsletterSubscriber Subscriber { get; set; }
    Property Value
    Type Description
    NewsletterSubscriber
    In this article
    Back to top Generated by DocFX