Skip to content

LoadFilesStep

ClassAssetInventoryAssetInventory.Editor
public sealed class LoadFilesStep : ActionStep

Loads indexed files from a saved file search into the Automator action context.

public LoadFilesStep()

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

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}}