ILicensedApplicationGetApplicationLicenseDetails Method

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.

Definition

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

Parameters

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

Return Value

String
Details text.

See Also