Click or drag to resize
SoapClient.describePathAssistantsAsync Method

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

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClient.SessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClient.CallOptions
PackageVersionHeader
Type:CMS.SalesForce.WebServiceClient.PackageVersion[]
sObjectType
Type: System.String
picklistValue
Type: System.String
recordTypeIds
Type:System.String[]

Return Value

Type: Task<describePathAssistantsResponse>
See Also