Class CopyToCommandSettings
CopyTo
public sealed class CopyToCommandSettings : ICommand
- Inheritance
-
CopyToCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
InsertBeforeNodeId
Gets or sets the insertBeforeNodeId
[JsonPropertyName("insertBeforeNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? InsertBeforeNodeId { get; set; }
Property Value
- long?
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
TargetNodeId
Gets or sets the targetNodeId
[JsonPropertyName("targetNodeId")]
public long TargetNodeId { get; set; }