Click or drag to resize
SoapClientdescribeDataCategoryGroupStructures Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] describeDataCategoryGroupStructures(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	PackageVersion[] PackageVersionHeader,
	LocaleOptions LocaleOptions,
	DataCategoryGroupSobjectTypePair[] pairs,
	bool topCategoriesOnly,
	out DescribeDataCategoryGroupStructureResult[] result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
LocaleOptions
Type: CMS.SalesForce.WebServiceClientLocaleOptions
pairs
Type: CMS.SalesForce.WebServiceClientDataCategoryGroupSobjectTypePair
topCategoriesOnly
Type: SystemBoolean
result
Type: CMS.SalesForce.WebServiceClientDescribeDataCategoryGroupStructureResult

Return Value

Type: LimitInfo
See Also