DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SubscribeResult

    This class represents the result of a subscription operation for a newsletter subscriber.

    Inheritance
    object
    SubscribeResult
    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 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
    In this article
    Back to top Generated by DocFX