Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Id

    The id of the node to move or copy

    Declaration
    [Required]
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    ParentId

    The Id of the node to move or copy to

    Declaration
    [Required]
    public int ParentId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Id
      • ParentId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX