Click or drag to resize
CMSAppSettingsGetAppSettingsEventHandler Delegate
Delegate for event for reading application's settings.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public delegate string GetAppSettingsEventHandler(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: String
See Also