FormInfoGetFieldsWithControl Method |
Returns a list of form fields containing control with controlName.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public List<FormFieldInfo> GetFieldsWithControl(
string controlName
)
Parameters
- controlName
- Type: SystemString
Name of control to search for.
Return Value
Type:
ListFormFieldInfoSee Also