Click or drag to resize
AbstractFormStyleConfiguration Constructor
Copy constructor used to copy form style configuration to layout style so it can be merged.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected AbstractFormStyleConfiguration(
	IFormStyleConfiguration formStyle
)

Parameters

formStyle
Type: CMS.FormEngine.Web.UIIFormStyleConfiguration
Form style configuration
See Also