Click or drag to resize
IDataClassUpdate Method

Note: This API is now obsolete.

Updates current record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use CMS.Core.Service.Resolve<CMS.DataEngine.IDataClassDataStore>().Update(CMS.DataEngine.IDataClass) instead.")]
void Update()
See Also