TagActionStepBase
[Serializable]public abstract class TagActionStepBase : ActionStepNo description is available for this type.
Constructors
Section titled “Constructors”
TagActionStepBase()
Section titled “TagActionStepBase()”protected TagActionStepBase()No description is available for this member.
Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Executes the step.
Parameters
| Name | Type | Description |
|---|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task — No return description is available.
GetTargetItems(List)
Section titled “GetTargetItems(List)”protected abstract 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.
ApplyTags(List, List)
Section titled “ApplyTags(List, List)”protected abstract 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} |