Click or drag to resize
Extension Class
Helper methods for creating extension objects from specific type
Inheritance Hierarchy
SystemObject
  CMS.BaseExtension

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static class Extension

The Extension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateFromType
Creates a generic extension from the given type
Public methodStatic memberCreatePropertyFromType
Creates a generic property from the given type
Top
See Also