Mapping Constructor (String, String, IEnumerable MappingItem )Kentico 8.1 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.1.5347.20411)

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