Class MoveViewModel
A model representing a model for moving or copying
Inheritance
System.Object
Namespace: Umbraco.Cms.ManagementApi.ViewModels.Move
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class MoveViewModel
Properties
View SourceId
The id of the node to move or copy
Declaration
[Required]
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
ParentId
The Id of the node to move or copy to
Declaration
[Required]
public int ParentId { get; set; }
Property Value
Type | Description |
---|---|
System. |