Click or drag to resize
SoapClientdescribeLayoutAsync Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public Task<describeLayoutResponse> describeLayoutAsync(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	PackageVersion[] PackageVersionHeader,
	string sObjectType,
	string layoutName,
	string[] recordTypeIds
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
sObjectType
Type: SystemString
layoutName
Type: SystemString
recordTypeIds
Type: SystemString

Return Value

Type: TaskdescribeLayoutResponse
See Also