ILicensedVaultApplicationGetApplicationLicenseDetails 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.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxstring GetApplicationLicenseDetails(
bool newlicense,
string license
)
Function GetApplicationLicenseDetails (
newlicense As Boolean,
license As String
) As String
String^ GetApplicationLicenseDetails(
bool newlicense,
String^ license
)
Parameters
- newlicense
- Type: SystemBoolean
Use given license content instead of currently loaded. - license
- Type: SystemString
If newlicense=true, return status of this license content.
Return Value
Type:
StringDetails text
See Also