| 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: 13.0.131
 Syntax
SyntaxObject[,] GetOtherValues()
Return Value
Type: 
Object Remarks
RemarksIt returns an array where first dimension is attribute name and the second dimension is its value.
 See Also
See Also