Click or drag to resize
MacroSettingsVirtualMode Property
If true, the virtual mode is enabled for the macro resolver, meaning that the resolver always tries to return non-null values. Instead, empty objects are provided.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public bool VirtualMode { get; set; }

Property Value

Type: Boolean
See Also