Interface ITemplateExtractor
Signature for component that extracts Template
Namespace: EPiServer.Scanning.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public interface ITemplateExtractor
Methods
Extract(Type)
Extracts TemplatetemplateType
.
Declaration
IEnumerable<TemplateModel> Extract(Type templateType)
Parameters
Type | Name | Description |
---|---|---|
System. |
templateType | Type to examine |
Returns
Type | Description |
---|---|
System. |
All found Template |