Creates a new instance of the SalesForce entity from the specified CMS object, and returns it.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public Entity Map(
BaseInfo baseInfo
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
The object to transform.
Return Value
Type:
EntityA new instance of the SalesForce entity.
See Also