| TemplateExtenderExtendTemplate Method |
Extends specified template.
Namespace:
Dynamicweb.News.Extensibility
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public virtual void ExtendTemplate(
Template template
)
Public Overridable Sub ExtendTemplate (
template As Template
)
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
Template to extend.
Remarks See Also