IApplicationLicenseEvaluate Method

Method used to (re)evaluate the license. After Evaluate() the license should have content, if no errors had occured. Note that the Load() will also calls Evaluate(). This method may get called multiple times. Vault instance may not be always available and can be given as null.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
void Evaluate(
	Vault vault,
	bool redo
)

Parameters

vault  Vault
The current vault instance, CanBeNull.
redo  Boolean
Re-evaluate the license, false to accept previous evaluation.

See Also