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

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

Parameters

fieldName
Type: System.String
Field name

Return Value

Type:Object[,]
See Also