Click or drag to resize
MappingAdd Method
Adds the specified item to this mapping.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public void Add(
	MappingItem item
)

Parameters

item
Type: CMS.SalesForceMappingItem
The mapping item to add.
See Also