Click or drag to resize
ExtensionTExtensionGetExtensionsForType Method (Type)
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(
	Type type
)

Parameters

type
Type: SystemType
Type to check

Return Value

Type: ReadOnlyCollectionLazyTExtension
See Also