Click or drag to resize
ExtensionTExtensionGetExtensions Method
Returns the merged list of all the extensions for all the types.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public static IEnumerable<Lazy<TExtension>> GetExtensions()

Return Value

Type: IEnumerableLazyTExtension
See Also