Show / Hide Table of Contents

Class ImportThemeDto

Inheritance
System.Object
ImportThemeDto
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: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class ImportThemeDto

Properties

| Improve this Doc View Source

Configurations

Declaration
public List<MixConfiguration> Configurations { get; set; }
Property Value
Type Description
List<MixConfiguration>
| Improve this Doc View Source

IsIncludeAssets

Declaration
public bool IsIncludeAssets { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIncludeTemplates

Declaration
public bool IsIncludeTemplates { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Languages

Declaration
public List<MixLanguage> Languages { get; set; }
Property Value
Type Description
List<MixLanguage>
| Improve this Doc View Source

MixDatabases

Declaration
public List<MixDatabase> MixDatabases { get; set; }
Property Value
Type Description
List<MixDatabase>
| Improve this Doc View Source

Modules

Declaration
public List<MixModule> Modules { get; set; }
Property Value
Type Description
List<MixModule>
| Improve this Doc View Source

Pages

Declaration
public List<MixPage> Pages { get; set; }
Property Value
Type Description
List<MixPage>
| Improve this Doc View Source

Posts

Declaration
public List<MixPost> Posts { get; set; }
Property Value
Type Description
List<MixPost>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾