| SalesForceClientDescribeEntities Method (IEnumerableString) | 
            Retrieves an array of entity models with the specified names, and returns it.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic EntityModel[] DescribeEntities(
	IEnumerable<string> names
)
Parameters
- names
- Type: System.Collections.GenericIEnumerableString
 The collection of entity model names.
Return Value
Type: 
EntityModelAn array of entity models with the specified names.
 See Also
See Also