Class ModuleAutomationProfileListEdit
Inherited Members
Namespace: DataWeb.Structure.Modules
Assembly: DataWeb.Core.dll
Syntax
public class ModuleAutomationProfileListEdit : ModuleListEdit
Constructors
ModuleAutomationProfileListEdit(Section, NavigationContext, IServiceProvider)
Declaration
public ModuleAutomationProfileListEdit(Section section, NavigationContext navigationContext, IServiceProvider serviceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Section | section | |
| NavigationContext | navigationContext | |
| IServiceProvider | serviceProvider |
Methods
ProcessExportAsync(IEnumerable<BasicItem>, CancellationToken)
Asynchronously processes the export of basic items.
Declaration
public override Task<Stream> ProcessExportAsync(IEnumerable<BasicItem> basicItems, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<BasicItem> | basicItems | The basic items to export. |
| CancellationToken | cancellationToken | Token to cancel the operation. |
Returns
| Type | Description |
|---|---|
| Task<Stream> | A task that represents the asynchronous operation. The task result contains the export stream. |