Click or drag to resize
AbstractInfoBaseTInfoGetExternalPath Method
Returns path to the external storage with data of the given column. If the column data is not stored in the external storage (not enabled), and the check for enabled is allowed, returns null.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected string GetExternalPath(
	string columnName,
	ExternalColumnSettings<TInfo> settings,
	bool checkEnabled = true
)

Parameters

columnName
Type: SystemString
Name of the column
settings
Type: CMS.DataEngineExternalColumnSettingsTInfo
Settings of the external storage of the column data (if null, default settings are used)
checkEnabled (Optional)
Type: SystemBoolean
If true, checks if the external column is enabled

Return Value

Type: String
See Also