Skip to content

LoadAssetsStep

ClassAssetInventoryAssetInventory.Editor
public sealed class LoadAssetsStep : ActionStep

Loads packages from a package-type filter or saved search into the Automator action context.

public LoadAssetsStep()

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

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