ExternalColumnSettingsInfoTypeStoragePath Property |
Gets or sets the callback function which returns base path of the object for given column name.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public Func<InfoType, string> StoragePath { get; set; }
Property Value
Type:
FuncInfoType,
StringSee Also