Interface IPropertyBlockBuilder
Defines the signature for a component that builds up IPropertyBlock instances.
Namespace: EPiServer.Construction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPropertyBlockBuilderMethods
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 | 
