Class License
- Namespace
- Dynamicweb.Security.Licensing
- Assembly
- Dynamicweb.Core.dll
This file contains the information of what a license entails.
- Inheritance
-
License
- Implements
- Inherited Members
- Extension Methods
Constructors
License()
Properties
CreatedBy
Property Value
CreatedDate
Property Value
ExpirationDate
Property Value
FeatureList
Property Value
InstallationId
Property Value
ItemList
Property Value
LastUpdatedDate
Property Value
LicenseHolderC5Id
Property Value
LicenseHolderCompanyName
Property Value
LicenseId
Property Value
LicensePartnerC5Id
Property Value
LicensePartnerName
Property Value
LicenseStale
Property Value
LicenseStatus
Property Value
LicenseType
Property Value
MaxChannels
Property Value
MaxCountries
Property Value
MaxItems
Property Value
MaxOrders
Property Value
MaxPages
Property Value
MaxProducts
Property Value
MaxRecipients
Property Value
MaxShops
Property Value
MaxWebsites
Property Value
Name
Property Value
SolutionId
Property Value
Methods
CompareTo(License?)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Parameters
other
LicenseAn object to compare with this instance.
Returns
- int
A value that indicates the relative order of the objects being compared. The return value has these meanings:
Value Meaning Less than zero This instance precedes other
in the sort order.Zero This instance occurs in the same position in the sort order as other
.Greater than zero This instance follows other
in the sort order.
Equals(License)
Parameters
other
License
Returns
IsTrial()
Indicates if the current license is a trial
Returns
See Also
IComparable<T>