Skip to content

CSVExportStep

ClassAssetInventoryAssetInventory.Editor
public sealed class CSVExportStep : ActionStep

Writes the packages in the current Automator action context to a CSV file using the saved CSV export settings.

public CSVExportStep()

public override Task Run(List<ParameterValue> parameters)

Writes the packages in the current action context to the configured CSV file and waits until the file is complete.

Parameters

Name Type
parameters System.Collections.Generic.List{Automator.ParameterValue}

Returns

System.Threading.Tasks.Task