Click or drag to resize
ExternalColumnSettingsInfoTypeStoragePath Property
Gets or sets the callback function which returns base path of the object for given column name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public Func<InfoType, string> StoragePath { get; set; }

Property Value

Type: FuncInfoType, String
See Also