IApplicationLicenseLoad Method

Load in and evaluate the license content.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
void Load(
	string license,
	Vault vault,
	bool evaluateAsync
)

Parameters

license  String
The license content.
vault  Vault
Current vault, if known, CanBeNull.
evaluateAsync  Boolean
True to not wait for evaluation completion.

See Also