Class DownloadFileAction
- Namespace
- Dynamicweb.CoreUI.Actions.Implementations
- Assembly
- Dynamicweb.CoreUI.dll
public class DownloadFileAction : ActionBase
- Inheritance
-
DownloadFileAction
- Inherited Members
-
Methods
UpdateParameters(Action<RunCommandActionParameters>)
public DownloadFileAction UpdateParameters(Action<RunCommandActionParameters> configureParameters)
Parameters
configureParameters
Action<RunCommandActionParameters>
Returns
- DownloadFileAction
Using(CommandBase)
public static DownloadFileAction Using(CommandBase command)
Parameters
command
CommandBase
Returns
- DownloadFileAction
Using<TCommand>()
public static DownloadFileAction Using<TCommand>() where TCommand : CommandBase
Returns
- DownloadFileAction
Type Parameters
TCommand
Using<TCommand>(TCommand)
public static DownloadFileAction Using<TCommand>(TCommand command) where TCommand : CommandBase
Parameters
command
TCommand
Returns
- DownloadFileAction
Type Parameters
TCommand
With(DataQueryBase?)
public DownloadFileAction With(DataQueryBase? query)
Parameters
query
DataQueryBase
Returns
- DownloadFileAction
WithOnSuccess(ActionBase?)
public DownloadFileAction WithOnSuccess(ActionBase? action)
Parameters
action
ActionBase
Returns
- DownloadFileAction