Click or drag to resize
MacroEditor.NamespaceUsings 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.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public List<string> NamespaceUsings { get; set; }

Property Value

Type: List<String>
See Also