Click or drag to resize
OnPremConnectorAvailableAdAttributes Method
Gets a list of the names of all ad attributes that has been imported to eSales.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public IList<string> AvailableAdAttributes()

Return Value

Type: IListString
A list of attribute names.
See Also