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

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

Property Value

Type: IEnumerableTExtension
See Also