ILicensedApplication Interface
Licensing interface for required from all license-enabled applications.
Methods for setting the license and getting the statuses.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public interface ILicensedApplication
GetApplicationLicenseDetails
|
Called by platform, at any time, to request the license details text,
either currenly set license or the one given as argument.
Make this method as fast as possible.
|
GetApplicationLicenseStatus
|
Called by platform, at any time, to request the license status,
either currently set license or the one given as argument.
Returning the value MFApplicationLicenseStatusFormatError for a new license will prevent
the user from saving that license into the database.
Make this method as fast as possible.
|
SetApplicationLicense
|
Setting in a new license content.
Gets called from applying new license from MF-Admin.
|