Skip to content

HTMLExportStep

ClassAssetInventoryAssetInventory.Editor
public sealed class HTMLExportStep : ActionStep

Exports the catalog to a target folder using a selected HTML template.

public HTMLExportStep()

public override Task Run(List<ParameterValue> parameters)

Exports the catalog with the selected HTML template into the configured target directory.

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 installed export templates as selectable values for the template action parameter.

Parameters

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

Returns

System.Collections.Generic.List{System.Tuple{System.String,Automator.ParameterValue}}