Mapping Constructor (String, String, IEnumerable MappingItem )Kentico 8.0 API Reference
Initializes a new instance of the Mapping class using the specified initial values.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

externalIdentifierAttributeName
Type: OnlineSystem String
The name of the SalesForce entity attribute that contains the identifier of the bound CMS object.
externalIdentifierAttributeLabel
Type: OnlineSystem String
The label of the SalesForce entity attribute that contains the identifier of the bound CMS object.
items
Type: OnlineSystem.Collections.Generic IEnumerable MappingItem 
A collection of mapping items.
See Also