Class BooleanEditorInterfaceControlSettings
Represents custom settings for a boolean widget.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class BooleanEditorInterfaceControlSettings : EditorInterfaceControlSettings
Properties
FalseLabel
The text to accompany the false choice of the widget.
Declaration
public string FalseLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrueLabel
The text to accompany the true choice of the widget.
Declaration
public string TrueLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |