Click or drag to resize
ExtensionTExtensionGetExtensionsForTypeObjectType Method
Gets all extensions for the given object type

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static ReadOnlyCollection<Lazy<TExtension>> GetExtensionsForType<ObjectType>()

Type Parameters

ObjectType

Return Value

Type: ReadOnlyCollectionLazyTExtension
See Also