Show / Hide Table of Contents

Class EditorInterfaceControl

Represents how a specific field of a ContentType should be represented visually.

Inheritance
System.Object
EditorInterfaceControl
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 EditorInterfaceControl

Properties

FieldId

The id of the field that this control represents.

Declaration
public string FieldId { get; set; }
Property Value
Type Description
System.String

Settings

Represents custom settings for a widget.

Declaration
public EditorInterfaceControlSettings Settings { get; set; }
Property Value
Type Description
EditorInterfaceControlSettings

WidgetId

The id of the type of widget to use for this field. See also SystemWidgetIds for a list of system widget ids.

Declaration
public string WidgetId { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX