Click or drag to resize
FormEngineUserControlGetOtherValue Method
Returns a value of other field with specified returned by the control.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual Object GetOtherValue(
	string name
)

Parameters

name
Type: SystemString
Field name

Return Value

Type: Object
See Also