LoadAssetsStep
public sealed class LoadAssetsStep : ActionStepLoads packages from a package-type filter or saved search into the Automator action context.
Constructors
Section titled “Constructors”
LoadAssetsStep()
Section titled “LoadAssetsStep()”public LoadAssetsStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Loads packages matching the configured filter 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 package-type filters and saved package 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}}