CEData 1 0-getCEData
From ADF Docs
Description
Returns array of structs for all data matching the Custom Element.
Signature
public array getCEData ( string customElementName, string customElementFieldName, any item, string queryType, string searchValues, string searchFields )
Parameters
Required | Name | Type | Description | |
required | customElementName | string | ||
optional | optional | customElementFieldName | string | [Default: ] |
optional | item | any | [Default: ] | |
optional | queryType | string | [Default: selected] | |
optional | searchValues | string | [Default: ] | |
optional | searchFields | string | [Default: ] |