Click or drag to resize
ExtendObjectTypeWithExtensionType Method
Extends the object with the given static extension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static ExtensionType With<ExtensionType>()
where ExtensionType : new()

Type Parameters

ExtensionType

Return Value

Type: ExtensionType
See Also