Show / Hide Table of Contents

Class EditorInterface

Represents the editor interface of a ContentType.

Inheritance
System.Object
EditorInterface
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 EditorInterface : IContentfulResource

Properties

Controls

List of EditorInterfaceControl representing the type of editor interface for each field of a ContentType.

Declaration
public List<EditorInterfaceControl> Controls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EditorInterfaceControl>

SystemProperties

Common system managed metadata properties.

Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type Description
SystemProperties
Implements
IContentfulResource.SystemProperties
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX