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

Namespace: CMS.CMSImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
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