Class UiExtension
Encapsulates information about a Contentful Ui Extension
Inheritance
System.Object
UiExtension
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 UiExtension : IContentfulResource
Properties
FieldTypes
The field types for which this extension applies.
Declaration
public List<string> FieldTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Name
The name of the extension
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
The parameters applicable to this extension.
Declaration
public UiExtensionParametersLists Parameters { get; set; }
Property Value
Type | Description |
---|---|
UiExtensionParametersLists |
Sidebar
Whether or not this is an extension for the Contentful sidebar.
Declaration
public bool Sidebar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Src
The source URL for html file for the extension.
Declaration
public string Src { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SrcDoc
String representation of the widget, e.g. inline HTML.
Declaration
public string SrcDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |