Show / Hide Table of Contents

Class MixThemeExportService

Inheritance
System.Object
MixThemeExportService
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.Services
Assembly: mix.library.dll
Syntax
public class MixThemeExportService

Constructors

| Improve this Doc View Source

MixThemeExportService(MixCmsContext)

Declaration
public MixThemeExportService(MixCmsContext context)
Parameters
Type Name Description
MixCmsContext context

Methods

| Improve this Doc View Source

ExportSelectedItemsAsync()

Declaration
public Task<SiteDataViewModel> ExportSelectedItemsAsync()
Returns
Type Description
Task<SiteDataViewModel>
| Improve this Doc View Source

ExportTheme(ExportThemeDto)

Declaration
public Task<string> ExportTheme(ExportThemeDto request)
Parameters
Type Name Description
ExportThemeDto request
Returns
Type Description
Task<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾