Click or drag to resize
SettingsKeyName  Conversion (String to SettingsKeyName)
Implicitly converts the specified SettingsKeyName string representation to a SettingsKeyName instance.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static implicit operator SettingsKeyName (
	string keyName
)

Parameters

keyName
Type: SystemString
Settings key name string representation

Return Value

Type: SettingsKeyName
See Also