Documentation Center

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.

NameValue for typeDescription
C# code reference extensionCMCSharpSourceCodeReferencesAn 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 TemplatesCMDefaultTemplatesAdditional default items to install when a user creates a Publication or creates default items through Template Builder or TOM.NET.
Custom localization resourceCMLocalizationResourceA resource containing localized strings used in your Extensions.
Custom renderingCMRendererA custom content renderer, which performs a custom step to the process of turning any managed content into publishable content.
Custom Template TypeCMTemplateTypeA custom templating type (in addition to built-in types such as CSharpTemplate and CompoundTemplate). This includes content handlers and mediators.