mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 22:49:52 -06:00
tags
This commit is contained in:
@@ -24,17 +24,17 @@ public class Tag : Node
|
||||
/// <inheritdoc />
|
||||
public override LicenseLevel LicenseLevel => LicenseLevel.Basic;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the tags
|
||||
/// </summary>
|
||||
[TagSelection(1)]
|
||||
public List<Guid> Tags { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets if the tags should replace the existing tags
|
||||
/// </summary>
|
||||
[Boolean(2)]
|
||||
[Boolean(1)]
|
||||
public bool Replace { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the tags
|
||||
/// </summary>
|
||||
[TagSelection(2)]
|
||||
public List<Guid> Tags { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public override int Execute(NodeParameters args)
|
||||
|
||||
Reference in New Issue
Block a user