MacroEditorNamespaceUsings Property |
Gets or sets the list of currentText namespaces for which the methods are permanently available (visible in AutoCompletion without any context).
The namespaces are used only for root hints
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public List<string> NamespaceUsings { get; set; }
Property Value
Type:
ListStringSee Also