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

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

Parameters

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