VaultApplicationBaseSetApplicationLicense Method

Setting in new license content. Gets called after application instantiation before Initialize(), and also when a new license is applyed from MF-Admin.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual void SetApplicationLicense(
	string license
)

Parameters

license  String
The license content.

See Also