SalesForceClientDescribeEntity Method (String) |
Retrieves an entity model with the specified name, and returns it.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax public EntityModel DescribeEntity(
string name
)
Parameters
- name
- Type: SystemString
The name of the entity model.
Return Value
Type:
EntityModelAn entity model with the specified name.
See Also