Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DigitalDelivery Namespace / DownloadStatus Enumeration
In This Topic
    DownloadStatus Enumeration
    In This Topic
    Enumeration that represents the download status of a digital good.
    Syntax
    public enum DownloadStatus : System.Enum 
    Members
    MemberDescription
    Depleted The download has depleted.
    Expired The download has expired.
    Pending The status is pending. Activation or fulfillment is required.
    Unknown The status is unknown
    Valid The status is valid.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.DigitalDelivery.DownloadStatus

    See Also