AbstractInfo TInfo  GetExternalPath Method Kentico 8.1 API Reference
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

columnName
Type: OnlineSystem String
Name of the column
settings
Type: CMS.DataEngine ExternalColumnSettings TInfo 
Settings of the external storage of the column data (if null, default settings are used)

Return Value

Type: OnlineString
See Also