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.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax public bool VirtualMode { get; set; }
Property Value
Type:
BooleanSee Also