SaaS CMS has officially launched! Learn more now.

Interface IPropertyBlockBuilder

Defines the signature for a component that builds up IPropertyBlock instances.

Namespace: EPiServer.Construction.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IPropertyBlockBuilder

Methods

AddProperties(IPropertyBlock, BlockPropertyDefinitionType)

Adds backing PropertyData properties to a IPropertyBlock instance.

Declaration
void AddProperties(IPropertyBlock blockProperty, BlockPropertyDefinitionType blockDefintionType)
Parameters
Type Name Description
IPropertyBlock blockProperty

The block property to add backing data for

BlockPropertyDefinitionType blockDefintionType

The property definition for the block property

Extension Methods