Click or drag to resize

RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPEGetRoutedFields Method

Returns all routing selectable fields of given datasource. The datasource is obtained using RoutingDatasoureFromField(FIELDTYPE) from the source field.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract IEnumerable<FIELDTYPE> GetRoutedFields(
	DATASOURCETYPE datasource
)

Parameters

datasource  DATASOURCETYPE
source datasource for the routed fields

Return Value

IEnumerableFIELDTYPE
See Also