Click or drag to resize
FormInfoGetFieldsWithControl Method
Returns a list of form fields containing control with controlName.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax
C#
public List<FormFieldInfo> GetFieldsWithControl(
	string controlName
)

Parameters

controlName
Type: SystemString
Name of control to search for.

Return Value

Type: ListFormFieldInfo
See Also