Click or drag to resize
SoapClientdescribeSObjectListViews Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] describeSObjectListViews(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	PackageVersion[] PackageVersionHeader,
	string sObjectType,
	bool recentsOnly,
	listViewIsSoqlCompatible isSoqlCompatible,
	int limit,
	int offset,
	out DescribeSoqlListView[] result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
sObjectType
Type: SystemString
recentsOnly
Type: SystemBoolean
isSoqlCompatible
Type: CMS.SalesForce.WebServiceClientlistViewIsSoqlCompatible
limit
Type: SystemInt32
offset
Type: SystemInt32
result
Type: CMS.SalesForce.WebServiceClientDescribeSoqlListView

Return Value

Type: LimitInfo
See Also