Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ITemplateCategoryIdentifier

Component that identifies what type of template a certain type is.

Namespace: EPiServer.Scanning.Internal
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public interface ITemplateCategoryIdentifier

Methods

GetTemplateCategory(Type)

Gets the TemplateTypeCategories that the provided template type is.

Declaration
TemplateTypeCategories GetTemplateCategory(Type templateType)
Parameters
Type Name Description
System.Type templateType
Returns
Type Description
TemplateTypeCategories

Extension Methods