M-Files Vault Application Framework
C#
Show/Hide TOC
Shared
Settings
Helper Class
Shared setting helper class. Used to Get / Set shared setting for task queue into NamedValueStorage.
Definition
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
static
class
SharedSettingsHelper
Inheritance
Object
SharedSettingsHelper
Methods
Get
T
(Vault, String, String)
Get's a shared settings value from NamedValueStorage.
Get
T
(Vault, String, String, T)
Set
T
Set's a shared settings value into the NamedValueStorage.
See Also
Reference
MFiles.VAF.MultiserverMode Namespace
In This Article
Definition
Methods
See Also