HTMLExportStep
public sealed class HTMLExportStep : ActionStepExports the catalog to a target folder using a selected HTML template.
Constructors
Section titled “Constructors”
HTMLExportStep()
Section titled “HTMLExportStep()”public HTMLExportStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Exports the catalog with the selected HTML template into the configured target directory.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task
GetParamOptions(StepParameter, List)
Section titled “GetParamOptions(StepParameter, List)”public override List<Tuple<string, ParameterValue>> GetParamOptions(StepParameter param, List<ParameterValue> parameters)Returns installed export templates as selectable values for the template action parameter.
Parameters
| Name | Type |
|---|---|
param |
Automator.StepParameter |
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}}