Class CopyToCommandResponse
Response for Creates a deep copy of the specified node and places it into the target container before the given anchor.
public sealed class CopyToCommandResponse : ICommandResponse<CopyToCommandSettings>, ICommandResponse
- Inheritance
-
CopyToCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
Id of the node clone.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }