Click or drag to resize
MacroResolverPrioritizeProperty Method
Prioritizes a property (equivalent to using SetNamedSourceData with last parameter true).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public void PrioritizeProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Name of the property to prioritize
See Also