| SalesForceClientDescribeEntity Method (String, SalesForceClientOptions) | 
            Retrieves an entity model with the specified name, and returns it.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 10.0.0
 Syntax
Syntaxpublic EntityModel DescribeEntity(
	string name,
	SalesForceClientOptions options
)
Parameters
- name
- Type: SystemString
 The name of the entity model.
- options
- Type: CMS.SalesForceSalesForceClientOptions
 The command options that override the default ones.
Return Value
Type: 
EntityModelAn entity model with the specified name.
 See Also
See Also