Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveMemberTypeRequestModel

    Request model used to move a member type.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class MoveMemberTypeRequestModel

    Constructors

    View Source

    MoveMemberTypeRequestModel()

    Declaration
    public MoveMemberTypeRequestModel()

    Properties

    View Source

    Target

    Gets or sets the target reference by ID model for the member type move operation.

    Declaration
    public ReferenceByIdModel? Target { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX