TypedValueSettingMode 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#
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