Click or drag to resize
SoapClientretrieve Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] retrieve(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	QueryOptions QueryOptions,
	MruHeader MruHeader,
	PackageVersion[] PackageVersionHeader,
	string fieldList,
	string sObjectType,
	string[] ids,
	out sObject[] result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
QueryOptions
Type: CMS.SalesForce.WebServiceClientQueryOptions
MruHeader
Type: CMS.SalesForce.WebServiceClientMruHeader
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
fieldList
Type: SystemString
sObjectType
Type: SystemString
ids
Type: SystemString
result
Type: CMS.SalesForce.WebServiceClientsObject

Return Value

Type: LimitInfo
See Also