 | ContentAppIndexProviderExtendTemplate Method |
Extends template with tags needed to render extended index fields.
Namespace:
Dynamicweb
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic virtual void ExtendTemplate(
Template template,
IDictionary doc
)
Public Overridable Sub ExtendTemplate (
template As Template,
doc As IDictionary
)
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
The template to be rendered. - doc
- Type: System.CollectionsIDictionary
The document as
See Also