Table of Contents

Class CoreMethods

Namespace
CMS.Base
Assembly
CMS.Base.dll

Base class for helpers

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(28, 2)]
public class CoreMethods
Inheritance
object
CoreMethods
Derived
Extension Methods

Methods

GetString(string, string)

Gets the string by the specified resource key

[Obsolete("Method was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(28, 2)]
protected static string GetString(string resourceKey, string culture = null)

Parameters

resourceKey string

Resource key

culture string

Culture

Returns

string