Click or drag to resize
OnPremConnectorAvailableAttributeTypes Method
Returns a list of available attribute types from the eSales cluster. Never returns null.

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

Return Value

Type: IListString
An unmodifiable list of type names
See Also