Click or drag to resize
SettingsKeyInfoKeyIsHidden Property
Indicates whether the settings key is hidden or not. If it is set to true, such key will not be displayed in the settings section and users will not be able to edit value of such key.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool KeyIsHidden { get; set; }

Property Value

Type: Boolean
See Also