Show / Hide Table of Contents

Class EPPlusLicenseInfo

License information about a commercial license.

Inheritance
System.Object
EPPlusLicenseInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.DateTime

LicenseValidTo

The license valid to date. For subsciption 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
System.DateTime

NumberOfLicensedDevelopers

The number of developers covered by this license.

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

Status

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