Class TemplateTypeCategoriesExtensions
Extends TemplateTypeCategories with common checks.
Inheritance
System.Object
TemplateTypeCategoriesExtensions
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public static class TemplateTypeCategoriesExtensions : Object
Methods
IsCategory(TemplateTypeCategories, TemplateTypeCategories)
Determines whether the type is one of the provided type categories.
Declaration
public static bool IsCategory(this TemplateTypeCategories subject, TemplateTypeCategories typeCategories)
Parameters
| Type | Name | Description |
|---|---|---|
| TemplateTypeCategories | subject | The subject. |
| TemplateTypeCategories | typeCategories | Type of templates to check for. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|