Click or drag to resize
SoapClientdescribeAppMenu Method

Namespace: CMS.SalesForce.WebServiceClient
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public LimitInfo[] describeAppMenu(
	SessionHeader SessionHeader,
	CallOptions CallOptions,
	PackageVersion[] PackageVersionHeader,
	AppMenuType appMenuType,
	string networkId,
	out DescribeAppMenuItem[] result
)

Parameters

SessionHeader
Type: CMS.SalesForce.WebServiceClientSessionHeader
CallOptions
Type: CMS.SalesForce.WebServiceClientCallOptions
PackageVersionHeader
Type: CMS.SalesForce.WebServiceClientPackageVersion
appMenuType
Type: CMS.SalesForce.WebServiceClientAppMenuType
networkId
Type: SystemString
result
Type: CMS.SalesForce.WebServiceClientDescribeAppMenuItem

Return Value

Type: LimitInfo
See Also