Click or drag to resize
BasicFormGetMultifieldValues Method
Gets the multi-field values of a specified field.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public Object[,] GetMultifieldValues(
	string fieldName
)

Parameters

fieldName
Type: SystemString
Field name

Return Value

Type: Object
See Also