SalesForceClient DescribeEntities Method (IEnumerable String )Kentico 8.0 API Reference
Retrieves an array of entity models with the specified names, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

names
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
The collection of entity model names.

Return Value

Type:  EntityModel 
An array of entity models with the specified names.
See Also