Class ExportController
The export controller.
Inherited Members
Namespace: Dnn.ExportImport.Components.Controllers
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class ExportController : BaseController
Methods
| Improve this Doc View SourceCreatePackageManifest(ExportImportJob, ExportFileInfo, ImportExportSummary)
Creates a package manifest.
Declaration
public void CreatePackageManifest(ExportImportJob exportJob, ExportFileInfo exportFileInfo, ImportExportSummary summary)
Parameters
Type | Name | Description |
---|---|---|
ExportImportJob | exportJob | The export job. |
ExportFileInfo | exportFileInfo | The export file info. |
ImportExportSummary | summary | The summary. |
QueueOperation(Int32, ExportDto)
Queues an export operation.
Declaration
public int QueueOperation(int userId, ExportDto exportDto)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | userId | The user ID. |
ExportDto | exportDto | The export DTO. |
Returns
Type | Description |
---|---|
System.Int32 | The job ID. |