Click or drag to resize
MacroExtensionContainerTContainer, TExtensionRegisteredExtensionNames Property
Returns enumerable of all registered Extension names.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
protected IEnumerable<string> RegisteredExtensionNames { get; }

Property Value

Type: IEnumerableString
See Also