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 SourceTaggedProperty(Int32, String, IEnumerable<ITag>)
Initializes a new instance of the Tagged
Declaration
public TaggedProperty(int propertyTypeId, string propertyTypeAlias, IEnumerable<ITag> tags)
Parameters
Type | Name | Description |
---|---|---|
System. |
propertyTypeId | |
System. |
propertyTypeAlias | |
IEnumerable<ITag> | tags |
Properties
View SourcePropertyTypeAlias
Gets the alias of the property type.
Declaration
public string PropertyTypeAlias { get; }
Property Value
Type | Description |
---|---|
System. |
PropertyTypeId
Gets the identifier of the property type.
Declaration
public int PropertyTypeId { get; }
Property Value
Type | Description |
---|---|
System. |
Tags
Gets the tags.
Declaration
public IEnumerable<ITag> Tags { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ITag> |