Interface IContentDataBuilder
Defines the signature for a component that adds properties to a IContentData instance.
Namespace: EPiServer.Construction
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IContentDataBuilderMethods
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. | 
