Click or drag to resize
FormProviderGetFormInfo Method
Gets FormInfo for the specified bizFormInfo.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected internal virtual FormInfo GetFormInfo(
	BizFormInfo bizFormInfo
)

Parameters

bizFormInfo
Type: CMS.OnlineFormsBizFormInfo
Form to return FormInfo for.

Return Value

Type: FormInfo
Returns an instance of FormInfo which corresponds to form given.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when bizFormInfo is null.
Remarks
Returned instance of FormInfo should not be modified as it is cached within FormHelper.
See Also