Click or drag to resize
CMSDocumentManagerLoadDefaultValues Property
Indicates if default values should be loaded when new document or language version is being created.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool LoadDefaultValues { get; set; }

Property Value

Type: Boolean

Implements

ICMSDocumentManagerLoadDefaultValues
See Also