Class MoveTagCommandArguments
Move tag command arguments.
public sealed class MoveTagCommandArguments
- Inheritance
-
objectMoveTagCommandArguments
- Extension Methods
Properties
Placement
Placement relative to target tag.
public string Placement { get; set; }
Property Value
- string
TagId
Tag identifier.
public int TagId { get; set; }
Property Value
- int
TargetedTagId
Target tag identifier.
public int TargetedTagId { get; set; }
Property Value
- int