Search Results for

    Show / Hide Table of Contents
    View Source

    Class CopyMemberTypeRequestModel

    A request model for copying a member type.

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

    Constructors

    View Source

    CopyMemberTypeRequestModel()

    Declaration
    public CopyMemberTypeRequestModel()

    Properties

    View Source

    Target

    Gets or sets the target location, identified by ID, where the member type will be copied.

    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