Click or drag to resize
ExtensionAttribute Class
Extension attribute. Place above particular class to register its extension.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.BaseExtensionAttribute
      CMS.BasePropertyAttribute

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public class ExtensionAttribute : Attribute

The ExtensionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodExtensionAttribute
Extends the class with the specified extension
Top
Properties
  NameDescription
Public propertyExtensionType
Extension type
Top
Methods
  NameDescription
Protected methodGetExtensionObject
Creates an extension object based on extension type
Public methodRegisterTo
Registers the extension within the system
Top
See Also