Click or drag to resize
MapperMap Method
Creates a new instance of the SalesForce entity from the specified CMS object, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public Entity Map(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
The object to transform.

Return Value

Type: Entity
A new instance of the SalesForce entity.
See Also