Click or drag to resize
AbstractInfoBaseTInfoGetExternalColumnSettings Method
Returns settings for external storage of the column. Returns null by default (which causes the default settings to be used in the external column data storage process).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected ExternalColumnSettings<TInfo> GetExternalColumnSettings(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column

Return Value

Type: ExternalColumnSettingsTInfo
See Also