Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ITag

    Represents a tag entity.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ITag : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Group

    Gets or sets the tag group.

    Declaration
    [DataMember]
    string Group { get; set; }
    Property Value
    Type Description
    string
    View Source

    LanguageId

    Gets or sets the tag language.

    Declaration
    [DataMember]
    int? LanguageId { get; set; }
    Property Value
    Type Description
    int?
    View Source

    NodeCount

    Gets the number of nodes tagged with this tag.

    Declaration
    int NodeCount { get; }
    Property Value
    Type Description
    int
    Remarks

    Only when returning from queries.

    View Source

    Text

    Gets or sets the tag text.

    Declaration
    [DataMember]
    string Text { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX