Click or drag to resize
FormUserControlInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	FormUserControlInfo info
)

Parameters

info
Type: CMS.FormEngineFormUserControlInfo
Object to insert / update
See Also