IFormControlGetOtherValues Method |
Returns an array of values of any other fields returned by the control.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 11.0.0
Syntax Object[,] GetOtherValues()
Return Value
Type:
ObjectRemarks It returns an array where first dimension is attribute name and the second dimension is its value.
See Also