Search Results for

    Show / Hide Table of Contents
    View Source

    Class ItemReferenceByIdResponseModel

    Response model containing a reference to an item identified by its ID.

    Inheritance
    object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Item
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public sealed class ItemReferenceByIdResponseModel

    Constructors

    View Source

    ItemReferenceByIdResponseModel()

    Declaration
    public ItemReferenceByIdResponseModel()

    Properties

    View Source

    Id

    Gets or sets the unique identifier of the referenced item.

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