Click or drag to resize
MappingItem Constructor (String, String, 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(
	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