1. Value accessors

Sitecore value accessors

Version:

This section describes the value accessors that are included with the Sitecore provider for Data Exchange Framework.

Item field value accessor

This value accessor provides the ability to read and write a field on a Sitecore item.

Expected source/target object typeSitecore.Services.Core.Model.ItemModel
Template locationData Exchange/Providers/Sitecore/Data Access/Value Accessors/Sitecore Item Field Value Accessor

Template fields

Field nameDescription
FieldThe field from a Sitecore template whose value can be read and written.
LanguageIf specified, the field value that is read and written is from this language. If not specified, the default language is used.

Item ID value accessor

This value accessor provides the ability to read the ID of the specified Sitecore item.

Expected source object typeSitecore.Services.Core.Model.ItemModel
Template locationData Exchange/Providers/Sitecore/Data Access/Value Accessors/Sitecore Item Field Value Accessor
Note

This value accessor is read-only because the value it accesses is read-only. It does not provide the ability to write values because the ID on a Sitecore item cannot be changed.

Template fields

Field nameDescription
ItemThe Sitecore item whose ID can be read.
If you have suggestions for improving this article, let us know!