MacroResolverSetNamedSourceData Method (MacroField, Boolean) |
Registers given field as the named source data.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax 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