Skip to main content
If you need to add additional properties to a content or media node before it’s ingested into Enterspeed, you can use EnterspeedPropertyDataMappers or EnterspeedPropertyMetaDataMappers.
You can also create a Custom Property Service and override some of the MapAdditionalProperties methods, however mappers are more flexible if you are doing conditional mapping, like only adding additional properties for specific content types.

Mappers

With mappers you can create small effective classes to map additional properties for types that matches a filter, e.g. all nodes of a specific type. You can create mappers to add properties to the properties object or the meta-data object. Note that we in this example are using StringEnterspeedProperty. You can choose between multiple property types. (Array, boolean, number, object and so on.)

Example

Registering your new property service

The mappers are registered in Umbraco via an IComposer. Umbraco 9+
Umbraco 8
You should now be able to see the data you have mapped, in the data for your source entities in Enterspeed.