Click or drag to resize
SalesForceClient.DescribeEntities Method (IEnumerable<String>, SalesForceClientOptions)
Retrieves an array of entity models with the specified names, and returns it.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 11.0.0
Syntax
C#
public EntityModel[] DescribeEntities(
	IEnumerable<string> names,
	SalesForceClientOptions options
)

Parameters

names
Type: System.Collections.Generic.IEnumerable<String>
The collection of entity model names.
options
Type: CMS.SalesForce.SalesForceClientOptions
The command options that override the default ones.

Return Value

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