Search Results for

    Show / Hide Table of Contents
    View Source

    Class TaggedProperty

    Represents a tagged property on an entity.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class TaggedProperty

    Constructors

    View Source

    TaggedProperty(Int32, String, IEnumerable<ITag>)

    Initializes a new instance of the TaggedProperty class.

    Declaration
    public TaggedProperty(int propertyTypeId, string propertyTypeAlias, IEnumerable<ITag> tags)
    Parameters
    Type Name Description
    System.Int32 propertyTypeId
    System.String propertyTypeAlias
    IEnumerable<ITag> tags

    Properties

    View Source

    PropertyTypeAlias

    Gets the alias of the property type.

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

    PropertyTypeId

    Gets the identifier of the property type.

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

    Tags

    Gets the tags.

    Declaration
    public IEnumerable<ITag> Tags { get; }
    Property Value
    Type Description
    IEnumerable<ITag>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TaggedProperty(Int32, String, IEnumerable<ITag>)
    • Properties
      • PropertyTypeAlias
      • PropertyTypeId
      • Tags
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX