Click or drag to resize
MacroResolverSetNamedSourceData Method (MacroField, Boolean)
Registers given field as the named source data.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void SetNamedSourceData(
	MacroField field,
	bool isPrioritized = true
)

Parameters

field
Type: CMS.MacroEngineMacroField
Field to register
isPrioritized (Optional)
Type: SystemBoolean
If true, this item will appear at the top of AutoCompletion and ObjectTree
See Also