Click or drag to resize
EntityModelCreateEntity Method
Creates a new instance of SalesForce entity using this model, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.2.23
Syntax
C#
public Entity CreateEntity()

Return Value

Type: Entity
A new instance of SalesForce entity using this model.
See Also