Show / Hide Table of Contents

Class EPPlusLicenseInfo

License information about a commercial license.

Inheritance
object
EPPlusLicenseInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class EPPlusLicenseInfo

Properties

LicenseNumber

The license number

Declaration
public string LicenseNumber { get; }
Property Value
Type Description
string

LicenseType

The type of license

Declaration
public EPPlusCommercialLicenseType LicenseType { get; }
Property Value
Type Description
EPPlusCommercialLicenseType

LicenseValidFrom

The license valid from date.

Declaration
public DateTime LicenseValidFrom { get; }
Property Value
Type Description
DateTime

LicenseValidTo

The license valid to date. For subscription licenses, this date will be set to 30 days after the license periods expire date to allow the license to be renewed. For perpetual licenses, you will not be able to update to major/minor versions of EPPlus released after this date.

Declaration
public DateTime LicenseValidTo { get; }
Property Value
Type Description
DateTime

NumberOfLicensedDevelopers

The number of developers covered by this license.

Declaration
public int NumberOfLicensedDevelopers { get; }
Property Value
Type Description
int

Status

Declaration
public EPPlusLicenseStatus Status { get; }
Property Value
Type Description
EPPlusLicenseStatus
In this article
Back to top Generated by DocFX