Click or drag to resize
ResHelperGetAPIString Method (String, String)
Returns specified string for the API usage (the default value is used when string is not found).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
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: String
See Also