Click or drag to resize
CMSAppSettings.GetFromSettings Method
Attempts to get the settings key value using the given list of keys.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
protected string GetFromSettings(
	string[] keys
)

Parameters

keys
Type:System.String[]
List of keys to search

Return Value

Type: String
See Also