IFormControlGetOtherValues Method |
Returns an array of values of any other fields returned by the control.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
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