ObjectTypeInfoContainsMacros Property |
Note: This API is now obsolete.
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 [ObsoleteAttribute("This property is obsolete and will be removed in the next version. Use MacroSettings.ContainsMacros instead")]
public bool ContainsMacros { get; set; }
Property Value
Type:
BooleanSee Also