Search Results for

    Show / Hide Table of Contents
    View Source

    Class TagResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Tag
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class TagResponseModel

    Properties

    View Source

    Group

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

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    NodeCount

    Declaration
    public int NodeCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Group
      • Id
      • NodeCount
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX