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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.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