| MappingItem Constructor (String, String, String, String, MappingItemSourceTypeEnum) | 
            Initializes a new instance of the MappingItem class.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic MappingItem(
	string attributeName,
	string attributeLabel,
	string sourceName,
	string sourceLabel,
	MappingItemSourceTypeEnum sourceType
)
Parameters
- attributeName
- Type: SystemString
 The name of the SalesForce entity attribute.
- attributeLabel
- Type: SystemString
 The label of the SalesForce entity attribute.
- 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