Click or drag to resize
ValidationHelperGetCodeName Method (String, String, String)
Gets the code name created from the given display name.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetCodeName(
	string name,
	string prefix,
	string suffix
)

Parameters

name
Type: SystemString
Display name
prefix
Type: SystemString
Prefix of the display name
suffix
Type: SystemString
Suffix of the display name

Return Value

Type: String
See Also