EntityModelCreateEntity Method |
Creates a new instance of SalesForce entity using this model, and returns it.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public Entity CreateEntity()
Return Value
Type:
EntityA new instance of SalesForce entity using this model.
See Also