| MappingItem Constructor (EntityAttributeModel, String, String, MappingItemSourceTypeEnum) | 
            Initializes a new instance of the MappingItem class.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also