Try our conversational search powered by Generative AI!

Interface IContentDataBuilder

Defines the signature for a component that adds properties to a IContentData instance.

Namespace: EPiServer.Construction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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.

Extension Methods