Click or drag to resize
DeletionInfoGetAPIString Method
Gets resource string in correct culture.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public string GetAPIString(
	string key,
	string defaultValue
)

Parameters

key
Type: SystemString
Resource string key
defaultValue
Type: SystemString
Default value

Return Value

Type: String
See Also