Click or drag to resize
CMSDocumentManagerUseFullFormSaveChanges Property
Indicates whether changes should be tracked for whole form or just for parts defined by data-tracksavechanges attribute.

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

Property Value

Type: Boolean

Implements

ICMSDocumentManagerUseFullFormSaveChanges
See Also