Class UiExtensionParametersLists
Class encapsulating the two lists of extension parameters available.
Inheritance
System.Object
UiExtensionParametersLists
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 UiExtensionParametersLists
Properties
InstallationParameters
The parameters that should be available at installation time of the extension.
Declaration
public List<UiExtensionParameters> InstallationParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UiExtensionParameters> |
InstanceParameters
The parameters that should be available at runtime for the extension.
Declaration
public List<UiExtensionParameters> InstanceParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UiExtensionParameters> |