LoadFilesStep
public sealed class LoadFilesStep : ActionStepLoads indexed files from a saved file search into the Automator action context.
Constructors
Section titled “Constructors”
LoadFilesStep()
Section titled “LoadFilesStep()”public LoadFilesStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Loads indexed files from the configured saved search and replaces, adds to, or subtracts from the current action context.
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 saved file searches as selectable load options.
Parameters
| Name | Type |
|---|---|
param |
Automator.StepParameter |
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}}