MacroProcessingSettingsContainsMacros Property |
Indicates whether the object type has fields that can contain macro expressions in their values. Determines if objects are processed when resigning macros in the system.
True by default. You can set the value to False to optimize the performance of the resigning process (during manual resigning and upgrades).
Does not affect the resolving of macros.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool ContainsMacros { get; set; }
Property Value
Type:
BooleanSee Also