M-Files Vault Application Framework
C#
Show/Hide TOC
License
Manager
Base
T
Load Method
Set the license json-content.
Definition
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
void
Load
(
string
license
,
Vault
vault
,
bool
evaluateAsync
)
Parameters
license
String
Content
vault
Vault
Current vault if known, CanBeNull.
evaluateAsync
Boolean
True to not wait for evaluation completion.
Implements
IApplicationLicense
Load(String, Vault, Boolean)
See Also
Reference
LicenseManagerBase
T
Class
MFiles.VAF Namespace
In This Article
Definition
Parameters
Implements
See Also