M-Files Vault Application Framework
C#
Show/Hide TOC
Typed
Value
Setting
Mode Enumeration
Mode used to set the value of a property.
Definition
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
enum
TypedValueSettingMode
Members
Dynamic
1
Placeholder text dynamic resolution mode.
Static
2
Static value mode.
TranslatableContent
3
Translatable Content mode.
SetToNULL
4
Sets the typed value to null.
See Also
Reference
MFiles.VAF.Configuration Namespace
In This Article
Definition
Members
See Also