Click or drag to resize
IFormControlGetOtherValues Method
Returns an array of values of any other fields returned by the control.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
Object[,] GetOtherValues()

Return Value

Type: Object
Remarks
It returns an array where first dimension is attribute name and the second dimension is its value.
See Also