Table of Contents

Class License

Namespace
Dynamicweb.Security.Licensing
Assembly
Dynamicweb.Security.dll
This file contains the information of what a license entails.
[Serializable]
public class License : IComparable<License>
Inheritance
License
Implements
Inherited Members

Constructors

License()

public License()
See Also

Properties

CreatedBy

public string CreatedBy { get; set; }

Property Value

string
See Also

CreatedDate

public DateTime CreatedDate { get; set; }

Property Value

DateTime
See Also

ExpirationDate

public DateTime ExpirationDate { get; set; }

Property Value

DateTime
See Also

FeatureList

public List<string> FeatureList { get; set; }

Property Value

List<string>
See Also

InstallationId

public string InstallationId { get; set; }

Property Value

string
See Also

ItemList

public List<string> ItemList { get; set; }

Property Value

List<string>
See Also

LastUpdatedDate

public DateTime LastUpdatedDate { get; set; }

Property Value

DateTime
See Also

LicenseHolderC5Id

public string LicenseHolderC5Id { get; set; }

Property Value

string
See Also

LicenseHolderCompanyName

public string LicenseHolderCompanyName { get; set; }

Property Value

string
See Also

LicenseId

public string LicenseId { get; set; }

Property Value

string
See Also

LicensePartnerC5Id

public string LicensePartnerC5Id { get; set; }

Property Value

string
See Also

LicensePartnerName

public string LicensePartnerName { get; set; }

Property Value

string
See Also

LicenseStale

public bool LicenseStale { get; set; }

Property Value

bool
See Also

LicenseStatus

public string LicenseStatus { get; set; }

Property Value

string
See Also

LicenseType

public string LicenseType { get; set; }

Property Value

string
See Also

MaxChannels

public int MaxChannels { get; set; }

Property Value

int
See Also

MaxCountries

public int MaxCountries { get; set; }

Property Value

int
See Also

MaxItems

public int MaxItems { get; set; }

Property Value

int
See Also

MaxOrders

public int MaxOrders { get; set; }

Property Value

int
See Also

MaxPages

public int MaxPages { get; set; }

Property Value

int
See Also

MaxProducts

public int MaxProducts { get; set; }

Property Value

int
See Also

MaxRecipients

public int MaxRecipients { get; set; }

Property Value

int
See Also

MaxShops

public int MaxShops { get; set; }

Property Value

int
See Also

MaxWebsites

public int MaxWebsites { get; set; }

Property Value

int
See Also

Name

public string Name { get; set; }

Property Value

string
See Also

SolutionId

public string SolutionId { get; set; }

Property Value

string
See Also

Methods

CompareTo(License)

public int CompareTo(License other)

Parameters

other License

Returns

int
See Also

Equals(License)

public bool Equals(License other)

Parameters

other License

Returns

bool
See Also

IsTrial()

Indicates if the current license is a trial
public bool IsTrial()

Returns

bool
See Also

See Also

To top