Click or drag to resize
SoapClientdescribeDataCategoryGroups Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] describeDataCategoryGroups(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	PackageVersion[] PackageVersionHeader,
	LocaleOptions LocaleOptions,
	string[] sObjectType,
	out DescribeDataCategoryGroupResult[] result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
LocaleOptions
Type: CMS.SalesForce.WebServiceClientLocaleOptions
sObjectType
Type: SystemString
result
Type: CMS.SalesForce.WebServiceClientDescribeDataCategoryGroupResult

Return Value

Type: LimitInfo
See Also