ILicensedVaultApplicationSetApplicationLicense Method |
Setting in new license content.
Gets called after application instantiation before Initialize(),
and also when a new license is applied from MF-Admin.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid SetApplicationLicense(
string license
)
Sub SetApplicationLicense (
license As String
)
void SetApplicationLicense(
String^ license
)
Parameters
- license
- Type: SystemString
The license content.
See Also