ILicensedApplicationGetApplicationLicenseStatus Method

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.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
MFApplicationLicenseStatus GetApplicationLicenseStatus(
	string license = null
)

Parameters

license  String  (Optional)
If not null, return status of this license content.

Return Value

MFApplicationLicenseStatus
Enumeration status.

See Also