ValidationHelperGetCodeName Method (String, String, String) |
Gets the code name created from the given display name.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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:
StringSee Also