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
    System.String
    View Source

    LanguageId

    Gets or sets the tag language.

    Declaration
    [DataMember]
    int? LanguageId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    NodeCount

    Gets the number of nodes tagged with this tag.

    Declaration
    int NodeCount { get; }
    Property Value
    Type Description
    System.Int32
    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
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Group
      • LanguageId
      • NodeCount
      • Text
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX