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 SourceMixThemeExportService(MixCmsContext)
Declaration
public MixThemeExportService(MixCmsContext context)
Parameters
Type | Name | Description |
---|---|---|
MixCmsContext | context |
Methods
| Improve this Doc View SourceExportSelectedItemsAsync()
Declaration
public Task<SiteDataViewModel> ExportSelectedItemsAsync()
Returns
Type | Description |
---|---|
Task<SiteDataViewModel> |
ExportTheme(ExportThemeDto)
Declaration
public Task<string> ExportTheme(ExportThemeDto request)
Parameters
Type | Name | Description |
---|---|---|
ExportThemeDto | request |
Returns
Type | Description |
---|---|
Task<System.String> |