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

Property Value

Type: ListString
See Also