Show / Hide Table of Contents

Class LicenseConfig

Inheritance
object
LicenseConfig
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Upgrade.Internals.InstallConfiguration
Assembly: DotNetNuke.dll
Syntax
public class LicenseConfig

Constructors

LicenseConfig()

Declaration
public LicenseConfig()

Properties

AccountEmail

Declaration
public string AccountEmail { get; set; }
Property Value
Type Description
string

InvoiceNumber

Declaration
public string InvoiceNumber { get; set; }
Property Value
Type Description
string

LicenseType

Declaration
public string LicenseType { get; set; }
Property Value
Type Description
string

TrialRequest

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

WebServer

Declaration
public string WebServer { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS