Click or drag to resize
FormUserControlInfoProvider.SetFormUserControlInfoInternal Method
Sets the specified FormUserControl info data.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetFormUserControlInfoInternal(
	FormUserControlInfo infoObj
)

Parameters

infoObj
Type: CMS.FormEngine.FormUserControlInfo
FormUserControlInfo object to set (save as new or update existing)
See Also