SettingsKeyName Conversion (String to SettingsKeyName) |
Implicitly converts the specified SettingsKeyName string representation to a SettingsKeyName instance.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static implicit operator SettingsKeyName (
string keyName
)
Parameters
- keyName
- Type: SystemString
Settings key name string representation
Return Value
Type:
SettingsKeyNameSee Also