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

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

Parameters

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