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: 13.0.131
Syntax 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