Click or drag to resize
MappingItem Constructor (EntityAttributeModel, String, String, MappingItemSourceTypeEnum)
Initializes a new instance of the MappingItem class.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public MappingItem(
	EntityAttributeModel attributeModel,
	string sourceName,
	string sourceLabel,
	MappingItemSourceTypeEnum sourceType
)

Parameters

attributeModel
Type: CMS.SalesForceEntityAttributeModel
The SalesForce entity attribute model.
sourceName
Type: SystemString
The name of the mapping item source.
sourceLabel
Type: SystemString
The label of the mapping item source.
sourceType
Type: CMS.SalesForceMappingItemSourceTypeEnum
The type of the mapping item source.
See Also