Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeReferenceResponseModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.ContentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentTypeReferenceResponseModelBase

    Properties

    View Source

    Collection

    Declaration
    public ReferenceByIdModel Collection { get; set; }
    Property Value
    Type Description
    ReferenceByIdModel
    View Source

    Icon

    Declaration
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Collection
      • Icon
      • Id
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX