ResHelperGetAPIString Method (String, String) |
Returns specified string for the API usage (the default value is used when string is not found).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetAPIString(
string stringName,
string defaultValue
)
Parameters
- stringName
- Type: SystemString
Key of the string - defaultValue
- Type: SystemString
Value to return in case string not found
Return Value
Type:
StringSee Also