Class LivePreviewConfig
Inheritance
System.Object
LivePreviewConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Contentstack.Core.Configuration
Assembly: Contentstack.Core.dll
Syntax
public class LivePreviewConfig
Properties
| Improve this Doc View SourceEnable
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Host
Declaration
public string Host { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ManagementToken
Declaration
public string ManagementToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |