The ILicenseManagerBase type exposes the following members.

Properties

  NameDescription
Public propertyAllowedPluginAssemblyTitleVersions
Get the list of licensed/allowed by default plug-in assemblies. The list is an concatenation of Full Type Name and Version number. It is used to manage licenses for plug-ins.
Public propertyAuthenticationEngine
Get the authentication engine for external authenticators
Public propertyAvailableSeats
Get the number of available seats.
Public propertyAvailableUserLicenses
Public propertyCompany
The company listed on the license
Public propertyCreatableObjectTypesByNonSeatUsers
Get the list of types that non-seated users can create. Any types beyond this list cannot be created by non-seated users.
Public propertyErrorWithLicenseKey
Get the exception occurred during interpretation of the license key. If license is valid and successfull parse, returns null.
Public propertyExpirationDate
Get the expiration date of the license
Public propertyExpirationNotificationStartDate
Get the date when site admins will start receive license about to expire notifications
Public propertyIsLicensed
Get the fact that if the Cartella instance has a license issued to it or not.
Public propertyNotificationLogger
Notification Logger to determine if the license is about to expire.
Public propertySiteAdminEmails
Get all email address for site admins
Public propertyTotalSeats
Public propertyTotalUserLicenses
Get the total number of users can be created in Cartella. This number is equal or greater than the seats number.

See Also