MappingItem Constructor (String, String, String, String, MappingItemSourceTypeEnum)Kentico 8.0 API Reference
Initializes a new instance of the MappingItem class.

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

Parameters

attributeName
Type: OnlineSystem String
The name of the SalesForce entity attribute.
attributeLabel
Type: OnlineSystem String
The label of the SalesForce entity attribute.
sourceName
Type: OnlineSystem String
The name of the mapping item source.
sourceLabel
Type: OnlineSystem String
The label of the mapping item source.
sourceType
Type: CMS.SalesForce MappingItemSourceTypeEnum
The type of the mapping item source.
See Also