Click or drag to resize
SimpleDataClassAllowPartialUpdate Property
If true, the object allows partial updates. When ID of the object is set, the object does a full update.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool AllowPartialUpdate { get; set; }

Property Value

Type: Boolean

Implements

IDataClassAllowPartialUpdate
See Also