ILicensedVaultApplicationGetApplicationLicenseStatus 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
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
MFApplicationLicenseStatus GetApplicationLicenseStatus(
	bool newlicense,
	string license
)

Parameters

newlicense  Boolean
Use given license content instead of currently loaded.
license  String
If newlicense=true, return status of this license content.

Return Value

MFApplicationLicenseStatus
Enumeration status

See Also