AbstractInfoTInfoGetExternalPath Method |
Returns path to the external storage with data of the given column. If the column data is not stored in the external storage, returns null.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected string GetExternalPath(
string columnName,
ExternalColumnSettings<TInfo> settings
)
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)
Return Value
Type:
StringSee Also