Click or drag to resize
MacroExtensionContainerTContainer, TExtensionRegisteredExtensions Property
Returns enumerable of all Extensions.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected IEnumerable<TExtension> RegisteredExtensions { get; }

Property Value

Type: IEnumerableTExtension
See Also