Implementing deprecated Extension types
For a number of Extension types, while it is possible to add Extensions of that type to an Add-on package, such Extensions are considered deprecated, and implementing them is discouraged. Information about building Extensions of these types has been moved to the legacy documentation deliverable.
| Name | Value for type | Description |
|---|---|---|
| C# code reference extension | CMCSharpSourceCodeReferences | An Extension of the code references that can be made from C# code as contained in a Template Building Block or in an Automatic Activity. |
| Custom default Templates | CMDefaultTemplates | Additional default items to install when a user creates a Publication or creates default items through Template Builder or TOM.NET. |
| Custom localization resource | CMLocalizationResource | A resource containing localized strings used in your Extensions. |
| Custom rendering | CMRenderer | A custom content renderer, which performs a custom step to the process of turning any managed content into publishable content. |
| Custom Template Type | CMTemplateType | A custom templating type (in addition to built-in types such as CSharpTemplate and CompoundTemplate). This includes content handlers and mediators. |