FormInfoGetFormField Method (Guid) |
Returns field object with data from specified field.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public FormFieldInfo GetFormField(
Guid guid
)
Parameters
- guid
- Type: SystemGuid
Form field guid
Return Value
Type:
FormFieldInfoField or null if field does not exist
See Also