Click or drag to resize
FormEngineWebControlGetOtherValues 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: 9.0.0
Syntax
C#
public virtual Object[,] GetOtherValues()

Return Value

Type: Object

Implements

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