Click or drag to resize
FormInfoGetUniqueFieldName Method
Gets a unique field name based on the existing field names in the form

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public string GetUniqueFieldName(
	string name
)

Parameters

name
Type: SystemString
Base field name

Return Value

Type: String
See Also