Click or drag to resize
FormComponentContextCopyTo Method
Copies values of this object into targetObject.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public void CopyTo(
	FormComponentContext targetObject
)

Parameters

targetObject
Type: Kentico.Forms.Web.MvcFormComponentContext
See Also