Skip to content

AddPackageTagStep

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class AddPackageTagStep : TagActionStepBase

No description is available for this type.

public AddPackageTagStep()

No description is available for this member.

protected override List<AssetInfo> GetTargetItems(List<ParameterValue> parameters)

Gets the list of items to tag (packages or files).

Parameters

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

Returns

System.Collections.Generic.List{AssetInventory.AssetInfo} — No return description is available.

protected override void ApplyTags(List<AssetInfo> items, List<string> tags)

Applies tags to the items (add or remove).

Parameters

Name Type Description
items System.Collections.Generic.List{AssetInventory.AssetInfo}
tags System.Collections.Generic.List{System.String}