SaaS CMS has officially launched! Learn more now.

Class BlockTypeRepository

A filter

Inheritance
System.Object
BlockTypeRepository
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class BlockTypeRepository : TypedContentTypeRepository<BlockType>, IContentTypeRepository<BlockType>

Constructors

BlockTypeRepository(IContentTypeRepository)

Creates a new instance of BlockTypeRepository

Declaration
public BlockTypeRepository(IContentTypeRepository contentTypeRepository)
Parameters
Type Name Description
IContentTypeRepository contentTypeRepository

Implements

Extension Methods