Interface IContentDataBuilder
Defines the signature for a component that adds properties to a IContentData instance.
Namespace: EPiServer.Construction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IContentDataBuilder
Methods
AddProperties(IContentData, BuildingContext)
Adds properties to the given contentData
according to the buildingContext
Declaration
void AddProperties(IContentData contentData, BuildingContext buildingContext)
Parameters
Type | Name | Description |
---|---|---|
IContentData | contentData | The contentData to populate with properties. |
BuildingContext | buildingContext | The building context to use when building up the instance. |