Click or drag to resize
FormHelperRenameFieldInAlternativeFormLayout Method
Changes field name in alternative form layout definition.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void RenameFieldInAlternativeFormLayout(
	int altFormId,
	string oldFieldName,
	string newFieldName
)

Parameters

altFormId
Type: SystemInt32
Class ID (data class ID)
oldFieldName
Type: SystemString
Old field name
newFieldName
Type: SystemString
New field name
See Also