BasicFormGetMultifieldValues Method |
Gets the multi-field values of a specified field.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public Object[,] GetMultifieldValues(
string fieldName
)
Parameters
- fieldName
- Type: SystemString
Field name
Return Value
Type:
ObjectSee Also