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