Interface IPageDataMetadataBuilder
Namespace: EPiServer.Construction.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IPageDataMetadataBuilderMethods
AddMetaDataProperties(ContentReference, PageData, ContentType, ContentReference, Boolean)
Declaration
void AddMetaDataProperties(ContentReference pageLink, PageData page, ContentType contentType, ContentReference parentContentLink, bool setPropertyValues)Parameters
| Type | Name | Description | 
|---|---|---|
| ContentReference | pageLink | |
| PageData | page | |
| ContentType | contentType | |
| ContentReference | parentContentLink | |
| System.Boolean | setPropertyValues | 
