HTMLExportStep
[Serializable]public sealed class HTMLExportStep : ActionStepNo description is available for this type.
Constructors
Section titled “Constructors”
HTMLExportStep()
Section titled “HTMLExportStep()”public HTMLExportStep()No description is available for this member.
Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Executes the step.
Parameters
| Name | Type | Description |
|---|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task — No return description is available.
GetParamOptions(StepParameter, List)
Section titled “GetParamOptions(StepParameter, List)”public override List<Tuple<string, ParameterValue>> GetParamOptions(StepParameter param, List<ParameterValue> parameters)Gets options for a parameter. Override for dynamic options.
Parameters
| Name | Type | Description |
|---|---|---|
param |
Automator.StepParameter | |
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}} — No return description is available.